Skip to content
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

Closed
RobbeW opened this issue Dec 1, 2021 · 18 comments
Closed

Pretrained.pt (Bluefish models link ) seems missing? #929

RobbeW opened this issue Dec 1, 2021 · 18 comments

Comments

@RobbeW
Copy link

RobbeW commented Dec 1, 2021

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?

@RobbeW
Copy link
Author

RobbeW commented Dec 1, 2021

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?

@ghost
Copy link

ghost commented Dec 1, 2021

@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?

@ghost
Copy link

ghost commented Dec 1, 2021

@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...

@AlexSteveChungAlvarez
Copy link

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).

@ghost
Copy link

ghost commented Dec 1, 2021

@RobbeW In the docs, there's still an initial commit .zip file: https://drive.google.com/file/d/1n1sPXvT34yXFLT47QZA6FIRGrwMeSsZc/view Should contain all three pretrains according to the file size

@AlexSteveChungAlvarez
Copy link

That should work for him.

@RobbeW In the docs, there's still an initial commit .zip file: https://drive.google.com/file/d/1n1sPXvT34yXFLT47QZA6FIRGrwMeSsZc/view Should contain all three pretrains according to the file size

@ghost
Copy link

ghost commented Dec 1, 2021

@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

@RobbeW
Copy link
Author

RobbeW commented Dec 1, 2021

@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.

@AlexSteveChungAlvarez
Copy link

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.

@AlexSteveChungAlvarez
Copy link

AlexSteveChungAlvarez commented Dec 1, 2021

@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.

@RobbeW In the docs, there's still an initial commit .zip file: https://drive.google.com/file/d/1n1sPXvT34yXFLT47QZA6FIRGrwMeSsZc/view Should contain all three pretrains according to the file size

@delyro
Copy link

delyro commented Dec 2, 2021

@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 👍

@nihao88
Copy link

nihao88 commented Dec 2, 2021

does anybody plan to put pretrained models in 1 wget accessible archive as before?:)

@RobbeW
Copy link
Author

RobbeW commented Dec 2, 2021

Tested the pretrained.pt models and they work! Marvelous and a big thanks!
I'll store them locally this time and have a version in a cloud service so my students can !wget the files (using OneDrive)
If Sven or CoretinJ would deem it necessary to store critical files on a more secure cloud storage, I'm willing to chip in.

@RobbeW
Copy link
Author

RobbeW commented Dec 7, 2021

@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 ...)

@AlexSteveChungAlvarez
Copy link

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?
I think you should close this issue since the issue was solved already, and we should talk about the helping hand in #789 :) .

@RobbeW RobbeW closed this as completed Dec 8, 2021
@Dannypeja
Copy link

@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.
If I download unzipped files from your drive they get date of today.

@AlexSteveChungAlvarez
Copy link

Mine have the same date! 06/02/2021

@Dannypeja
Copy link

Okay so we can assume those are latest and belong to RTVC 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants