Replies: 2 comments
-
>>> zephyr |
Beta Was this translation helpful? Give feedback.
0 replies
-
>>> alvaro.antelo |
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
-
>>> alvaro.antelo
[June 26, 2020, 8:35pm]
I have WaveRNN installed but when I try to sinthesize voice I get the
following error:
python -m TTS.synthesize slash --use_cuda true slash --vocoder_config_path
config.json slash --vocoder_path checkpoint_670000.pth.tar 'Evil is Evil.
Lesser, greater, middling... Makes no difference. The degree is
arbitary. The definition's blurred. If I'm to choose between one evil
and another... I'd rather not choose at all.' config.json
checkpoint_670000.pth.tar slash ~/TTS slash
Traceback (most recent call last): slash
File '/home/ubuntu/anaconda3/envs/python3/lib/python3.6/runpy.py', line
193, in slash _run_module_as_main slash
'main', mod_spec) slash
File '/home/ubuntu/anaconda3/envs/python3/lib/python3.6/runpy.py', line
85, in slash _run_code slash
exec(code, run_globals) slash
File
'/home/ubuntu/anaconda3/envs/python3/lib/python3.6/site-packages/TTS-0.0.3+3366328-py3.6.egg/TTS/synthesize.py',
line 102, in slash
from WaveRNN.models.wavernn import Model as VocoderModel slash
ModuleNotFoundError: No module named 'WaveRNN'
[This is an archived TTS discussion thread from discourse.mozilla.org/t/trying-to-run-mozilla-tts-on-aws-sythesize-problems]
Beta Was this translation helpful? Give feedback.
All reactions