Replies: 1 comment
-
[Archived] Valueerror when generating sentences while finetuning latest tacotron 2 model
|
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
-
>>> MRS_OBAMA
[March 13, 2020, 9:03pm]
I've been trying to fine tune the latest tacotron 2 model (no graves
attention) from the released models page with a LJSpeech-like dataset
but as i'm training it, it has a recurring error while generating
certain sentences, here's an example:
!! Error creating Test Sentence - 3
Traceback (most recent call last): slash
File 'train.py', line 503, in evaluate slash
ap.save_wav(wav, file_path) slash
File '/media/ssd/Projects/TTS-master/tts_namespace/TTS/utils/audio.py',
line 57, in save_wav slash
wav_norm = wav slash curl-run-all.sh discourse.mozilla.org html-to-markdown.sh ordered-posts ordered-posts~ TTS.cdx tts.commands tts-emails.txt TTS.pages tts-telegram.txt TTS.warc.gz (32767 / max(0.01, np.max(np.abs(wav)))) slash
File
'/media/ssd/mozillaTTS/lib/python3.6/site-packages/numpy/core/fromnumeric.py',
line 2320, in amax slash
out=out, slash curl-run-all.sh discourse.mozilla.org html-to-markdown.sh ordered-posts ordered-posts~ TTS.cdx tts.commands tts-emails.txt TTS.pages tts-telegram.txt TTS.warc.gz slash *kwargs) slash
File
'/media/ssd/mozillaTTS/lib/python3.6/site-packages/numpy/core/ slash _methods.py',
line 26, in slash _amax slash
return umr_maximum(a, axis, None, out, keepdims) slash
ValueError: zero-size array to reduction operation maximum which has no
identity slash
I unfortunately have zero knowledge in machine learning so i do not know
how to debug this.
[This is an archived TTS discussion thread from discourse.mozilla.org/t/valueerror-when-generating-sentences-while-finetuning-latest-tacotron-2-model]
Beta Was this translation helpful? Give feedback.
All reactions