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

I tried to use pretrained models provided by @sberryman but i go this error #589

Closed
mennatallah644 opened this issue Nov 4, 2020 · 2 comments

Comments

@mennatallah644
Copy link

mennatallah644 commented Nov 4, 2020

error

Encoder

https://www.dropbox.com/s/xl2wr13nza10850/encoder.zip?dl=0

Synthesizer (Tacotron)

https://www.dropbox.com/s/t7qk0aecpps7842/tacotron.zip?dl=0

Vocoder

https://www.dropbox.com/s/bgzeaid0nuh7val/vocoder.zip?dl=0

Originally posted by @sberryman in #126 (comment)

@mennatallah644 mennatallah644 changed the title @shawwn I've uploaded the models to my dropbox. The vocoder is still training and will be for another 24-48 hours. Please share whatever you end up making with them! I tried to use pretrained models provided by @sberryman but i go this error Nov 4, 2020
@mennatallah644 mennatallah644 reopened this Nov 4, 2020
@mennatallah644
Copy link
Author

mennatallah644 commented Nov 4, 2020

rrrrr
rrrrrrr
i face this error

@ghost
Copy link

ghost commented Nov 4, 2020

Try a relative path:

synthesizer = Synthesizer(Path("synthesizer/saved_models/logs-pretrained/taco_pretrained"))

Or this command which may be closer to what you intended:

synthesizer = Synthesizer(Path(project_name + "/synthesizer/saved_models/logs-pretrained/taco_pretrained"))

Most users starting out with the toolbox use either of these commands. You can study the code in demo_cli.py and adapt it for your specific purposes.

python demo_cli.py
python demo_toolbox.py

Also, I apologize but the github issues board is not for technical support. It is for coordinating development of the software and reporting bugs. This is a research code, not a finished product. For these types of problems you'll need to seek help somewhere else.

@ghost ghost closed this as completed Nov 4, 2020
This issue was closed.
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

1 participant