Replies: 1 comment
-
[Archived] Synthesis error
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
>>> Margarita
[January 15, 2020, 4:00pm]
Hi,
I was trying to do some synthesis with trained models.
By doing 'CUDA_VISIBLE_DEVICES=0 python synthesize.py 'To be or not to
be' config.json .../keep/best_model.pth.tar .../keep/ slash --use_cuda true'
which follows the input of text, config, model_path, out_path, use_cuda
I got this error: AttributeError: 'NoneType' object has no attribute
' slash _normalize'
The model was trained by Tacotron2 from master branch.
Anything I could do about this? It looks like something wrong with
source code.
Thanks!
[This is an archived TTS discussion thread from discourse.mozilla.org/t/synthesis-error]
Beta Was this translation helpful? Give feedback.
All reactions