Hi everyone,
I’m trying to train Mozilla TTS on the LJ speech dataset (pretty standard) and I’m following the training section. After updating the config.json it says to run
python TTS/bin/train.py --config_path TTS/tts/configs/config.json
However, there is no train.py file in the bin folder.
Am I missing something? Is there a step involved that isn’t mentioned?
P.S. A full up to date guide on how to train TTS on the LJSpeech dataset would be hugely appreciated