-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train myself #56
Comments
Looks like the environment you're running this in is using an old pytorch version. Also, looking at your command, the And last thing, going off the project name "discord-tts-bot", FYI you don't need to train a whole new quantizer model if you just want to clone a voice. The different models are just to support different languages. The huggingface repo for the official models can be found here, but using the |
Thank you. So if I want to use italian do i have to train another quantifier or not? |
Guess i solved it by doing so: now i just have to wait for the npy and wav generations, next step is to train my dataset. |
@gitmylo Just one question: in your opinion, how much data do I need to generate with (https://github.com/gitmylo/bark-data-gen) to train another language? I triied with 5000 npy/wavs but the result was bad, maybe just because i stopped the training at 0.3 loss. I don't know.... By the way I made a new version of create_data, with correspondent launch script, Do you think we can integrate this script? create_data_and_wavs.py
create_data_and_wavs.sh
|
I am trying to use the process.py , but I have this error. Is that code still maintained?
Also I had to edit some python imports about hubert.
The text was updated successfully, but these errors were encountered: