-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Training recipes for thorsten dataset #1020
Conversation
Hi @noranraskin, Just as side note: |
thanks for the ✨PR✨ @noranraskin |
How about using the new dataset downloader instead of the bash script? Line 90 in 3780346
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels. |
Hi @noranraskin, what do you think about @erogol s suggestion? |
@noranraskin are there more recipes 😄 on the way or should I just merge away? |
@erogol there's more recipes on the way. But I'm currently getting an error |
Can you try the latest dev? (sorry for the delayed response) |
@erogol
On latest |
New formatters return dictionaries not lists. |
Hey, just chipping in with a question here, these recipes won't work without a german text cleaner implemented first, no? |
recipes/fokus/.gitignore
Outdated
@@ -0,0 +1 @@ | |||
arabic-speech-corpus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this in 🐸TTS, as you can simply move it to somewhere else in your system.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry my mistake
@noranraskin looks good to me. I can merge it when you are ready :) |
I was still running in some torch errors. I'm updating and testing all the recipes again to make sure everything is working. Might also add a couple more... |
@erogol so I only got tacotron2_DDC to work. Plus: |
I was able to train glow-tts and hifigan with the recipes past epoch 0. what cuda are you using and have you tried running it on a conda environment with a different cuda? |
I was running CUDA 11.6 with the compatible pytorch nightly build. But I realised, I was always fetching from 'main' so working with pretty old code. I fixed my installation and tested everything again and now it's working for me too |
The new recipes for align_tts, vits, wavegrad and wavernn are tested and working. If you don't know a fix right away I'd just discard this one for now. |
Hi @noranraskin , When the new Here's a comparison of a model based on the current and the new dataset. |
Ill see if I can fix the speedy_speech error real quick and then merge :) |
Basically just updated the recipes from https://github.com/coqui-ai/TTS-recipes to the new coqpit version of writing training scripts.