TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.8k stars 810 forks source link

tensorflow-tts-preprocess: command not found #747

Closed JHuang251998 closed 2 years ago

JHuang251998 commented 2 years ago

Hello all, I have the ljspeech dataset and I want to run it through the preprocessing step, but whenever I run the tensorflow-tts-preprocess command it shows that the command is not found. Can someone help me?

Thank you in advance!

neso613 commented 2 years ago

@JHuang251998 tensorflow-tts-preprocess maps with tensorflow_tts/bin/preprocess.py

You can use commands - python3 tensorflow_tts/bin/preprocess.py--rootdir ./ljspeech --outdir ./dump_ljspeech --config preprocess/ljspeech_preprocess.yaml --dataset ljspeech

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.