You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this command to get an audio file from cli but here the audio file Im getting is not saying anything at all, via GUI it works perfectly.
Im using a more extended alphabet than english
python synthesis/synthesize.py -m data/models/..... -vm "data/hifigan/vocoder/model.pt" -hc "data/hifigan/vocoder/config.json" -t "test this is a test" -a audio.wav
Any idea?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I have the same issue and looking for an answer. I think the problem here is when using the synthesize.py there is no option to add the language model to. Default is english and no docs pointing on how to load the language model you made with the GUI.
synthesize.py: from training import DEFAULT_ALPHABET ......... symbols=DEFAULT_ALPHABET
I use this command to get an audio file from cli but here the audio file Im getting is not saying anything at all, via GUI it works perfectly.
Im using a more extended alphabet than english
python synthesis/synthesize.py -m data/models/..... -vm "data/hifigan/vocoder/model.pt" -hc "data/hifigan/vocoder/config.json" -t "test this is a test" -a audio.wav
Any idea?
Thanks in advance
The text was updated successfully, but these errors were encountered: