-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Pretrained.pt (Bluefish models link ) seems missing? #929
Comments
Aha, I guess issue #928 answers my concern, but kinda does not solve it. (ghost made me miss that this comment was from BlueFish). Maybe on the off chance anybody (@sveneschlbeck ) still has some pretrained.pt's stored locally? |
@RobbeW I do, this is a hell of a lucky day we're having. I coincidentally downloaded the repo two days back or so but were not able to do something yet. This needs to be fixed, otherwise the link in the README is leading to an error page, too. The files are too big for an upload, I'll try to add them in a new commit, will keep you posted @CorentinJ What are you proposing on doing here? |
@RobbeW @CorentinJ We got a problem, the files are way too large to just upload them and Git LFS is not working on forked repos, so we really depend on @CorentinJ to add or restore them... |
Hello, @RobbeW! I also have the files, I have been trying to train a spanish model for a month, with no luck. I'm also doing a class project. I can pass you the files via gmail or drive as a fast solution for you if you need them fast. By the way, I need some help with the work of training in spanish, since I'm running out of time and the datasets I have worked with haven't given me results (#789). |
@RobbeW In the docs, there's still an initial commit |
That should work for him.
|
@RobbeW @AlexSteveChungAlvarez This is a pretty good example of why we should definitely improve the docs on this repo. There were several people wishing tutorials on trainings (also in other languages) and deleting pretrained models/accounts without notification is something that should NEVER happen. Don't know what went wrong there... Should wait for @CorentinJ `s opinion |
@sveneschlbeck @AlexSteveChungAlvarez thanks a lot for the help. Kinda also my own fault, since I used the Colab version of the code containing paths to the three pretrained.pt files, which relied a !wget and the model blue-fish contributed. I should have, at least once, bothered to make a local copy of the file tree. I will give it a go with the G-Drive link above. Will try and figure out how to adjust the code to use the synthesizers multiple files, instead of the pretrained.pt single file path reference. If I can contribute in any way, let me know. If some solution comes out of this for my classes and students, I owe you all a coffee / beer. |
Can any of you help me with the spanish model for the synthesizer? Issue #789 has my work until last week, but since then I just tried with subsamples of the last dataset I used for training. It hasn't given me good results, though. I think I will need to find another spanish dataset. The main problem is that I just have 1 month left to achieve it and each try has taken me about 1 week. |
@Tymoteusz pointed out this does not contain the synthetizer pretrained model, but I don't know why the comment is not here anymore. I read it and uploaded the 3 pretrained models to this drive: https://drive.google.com/drive/folders/1lb-LlS8Sx9RqcGzuV6GxvKHk-PC9TqQx?usp=sharing . It is not a zip, so anyone who needs the models may download each of them. They are ordered in the original structure.
|
@AlexSteveChungAlvarez Apparently the archive mentioned earlier contains older models which are not compatible with current master branch (source). I have tested your pretrained models and it works without any problems 👍 |
does anybody plan to put pretrained models in 1 wget accessible archive as before?:) |
Tested the pretrained.pt models and they work! Marvelous and a big thanks! |
@AlexSteveChungAlvarez Sorry I couldn't help you with the Spanish model last week, I don't have the resources or skill to do so, but maybe this new paper might help you reach that goal and deadline (TTS language synthesis, zero shot, low resource languages ...) |
This paper seems very interesting, I already had a quick look at Coqui TTS, which is the tool they used for their experiments (Coqui TTS was developed by the ex team mozilla). Hopefully I cant take a look at it later. Maybe you can give me a hand in understanding Coqui? |
@AlexSteveChungAlvarez could you check on your local machine when the files were created? We are trying to figure out over here #942 if those from 06.02.21 are latest, thus RTVC 7. If your Date is newer, then we are behind. |
Mine have the same date! 06/02/2021 |
Okay so we can assume those are latest and belong to RTVC 7 |
Hi, I am testing / running this code in a class project and noticed today that the pretrained.pt file in synth, vocoder and encoder (previously stored in /saved_models and /saved_models/pretrained/ ) seems missing?
The text was updated successfully, but these errors were encountered: