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
Hello! Could you update the docs with info about using python==3.8 making things easier (praat-parselmouth only distributes binaries for python 3.8 and I couldn't get it to compile), numba==0.49 (numba.decorators was pulled in 0.50) , resampy==0.3.1 (to match numba==0.49), and add python_speech_features, pandas, and tensorflow to requirements.txt?
The text was updated successfully, but these errors were encountered:
Python version that works for me is 3.8
you will also need to unzip the tar files and copy the model file to correct path, which will be prompted when fail as to where to put them right.
This is the inference command line that works for me:
python synthesize.py --restore_step 2 --model naive --mode single --text "I am so excited that I got this TTS working" --dataset LJSpeech
I would have like for it to read a text file and create a wav file instead of reading a sentence like this. Does anyone know how to make this change?
Hello! Could you update the docs with info about using python==3.8 making things easier (praat-parselmouth only distributes binaries for python 3.8 and I couldn't get it to compile), numba==0.49 (numba.decorators was pulled in 0.50) , resampy==0.3.1 (to match numba==0.49), and add python_speech_features, pandas, and tensorflow to requirements.txt?
The text was updated successfully, but these errors were encountered: