yl4579 / StyleTTS

Official Implementation of StyleTTS
MIT License
396 stars 64 forks source link

Training Model with new Dataset #59

Closed Yahya-khodr closed 1 year ago

Yahya-khodr commented 1 year ago

I'm trying to train StyleTTS on a new dataset, I'm getting this error even though I have followed the format filepath/transcription Error : in _load_tensor wave_path, text, speaker_id = data ValueError: not enough values to unpack (expected 3, got 2) I did phonemize the text in the train_data.txt and val_data.txt and updated the config.yaml file and run it with the command: python train_first.py --config_path ./Configs/config.yml...
Any Support ? @yl4579 @Artyom17