-
Notifications
You must be signed in to change notification settings - Fork 6
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
Got error when train a hybrid text-to-speech synthesis with Merlin #2
Comments
Here is my np.mean(m_data[f,:]) for each frame in "find_silence" function |
After a comment these command in file synthesize.sh: I got this error: |
I trained a hybrid system with following command:
"SNICKERY=
pwd
./script/merlin/hybrid_recipe.sh $SNICKERY $MERLIN $WORK/hybrid/"
and I change the question file to my language with my database. Then I got following error:
`Traceback (most recent call last):
File "./script/merlin/fix_gen_mag.py", line 76, in
main_work()
File "./script/merlin/fix_gen_mag.py", line 28, in main_work
[sil_start,sil_end] = find_silence(gen, silence_value)
File "./script/merlin/fix_gen_mag.py", line 51, in find_silence
return sil_start, sil_end
UnboundLocalError: local variable 'sil_end' referenced before assignment
`
in file: synthesize.sh -> fix_gen_mag.py.
How can I fix this error? please help me!
The text was updated successfully, but these errors were encountered: