Giter Club home page Giter Club logo

Comments (4)

r9y9 avatar r9y9 commented on June 1, 2024 1

I see. I would recommend you to try good quality data first. Machine learning models highly depend on the data. I would also recommend clearning your data as possible as you can; e.g., removing trailing and leading noise.

from ttslearn.

r9y9 avatar r9y9 commented on June 1, 2024

Do you mean transfer learning by fine-tuning a model on a small dataset? You can find a fine-tuning example that may be helpful:

if [ ${finetuning} = "true" ] && [ -z ${pretrained_acoustic_checkpoint} ]; then
pretrained_acoustic_checkpoint=$PWD/../../jsut/tacotron2_pwg/exp/jsut_sr${sample_rate}/${acoustic_model}/${acoustic_eval_checkpoint}
if [ ! -e $pretrained_acoustic_checkpoint ]; then
echo "Please first train a acoustic model for JSUT corpus!"
echo "Expected model path: $pretrained_acoustic_checkpoint"
exit 1
fi
fi
.

from ttslearn.

dtfasteas avatar dtfasteas commented on June 1, 2024

I tried the fine tuning parameter already but I got no good results so far.

I used jsut as a base corpus for testing, then add another 1000 files on top of that.

Before the fine tuning the tts could speak very well and clearly, but after finetuning it seemed like it forgot about the base.

For example: 今日はいい天気ですか。was pronounced very well just with the jsut base. But after fine tuning its like it forgot how to speak half of the words.

So I was wondering if there are any other advice on this besides just turning on finetuning parameter.

The additional 1000 files are not very good quality and with different emotions. But I expected at least when I turn on finetuning that it could speak the sentences in some way as it did before finetuning.

from ttslearn.

dtfasteas avatar dtfasteas commented on June 1, 2024

Thank you very much, i try my best.

from ttslearn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.