Closed dr-slurp closed 5 years ago
I guess you missed this https://github.com/mozilla/TTS/issues/154#issuecomment-483165079
Otherwise, it is always the same. Use the right commit version for the released model.
And thanks for good words :)
Okay, so if I want to use iter-185k I first clone the current repo
git clone https://github.com/mozilla/TTS.git
But how do I get branch fix_db7f3d3? I wasn't able to use
git checkout fix_db7f3d3
Is there a more canoncial way to get the fix?
Thanks :)
For anyone wondering how to clone this branch:
git clone --single-branch --branch fix_db7f3d3 https://github.com/mozilla/TTS.git
It works btw. @erogol , thank you so much. It works, and now I'm having so much fun with it
Hey all,
I'm trying to use the Best: iter-185K model, and I have checked out the corresponding commit history for that model (git checkout db7f3d3) as was prescribed here: https://github.com/mozilla/TTS/blob/master/server/README.md
I was able to set everything up with no errors, and put the proper paths to the models in the config.json file in the server directory.
When I try to start the server
python server/server.py -c server/conf.json
I get tons of size mismatch issues:
`> Loading model ... | > model config: /Users/joshuaeisenberg/tts_test/TTS/models/best_model/config.json | > model file: /Users/joshuaeisenberg/tts_test/TTS/models/best_model/best_model.pth.tar
This seems to be the same problem as https://github.com/mozilla/TTS/issues/154 and https://github.com/mozilla/TTS/issues/150. I can't find any solutions on those threads.
Are there any models that don't have these mismatch issues?
Thanks for any help. I'm appreciative especially because this is a great free open source resource. Just wanted to see if anyone had any advice.