fatchord / WaveRNN

WaveRNN Vocoder + TTS

Home Page:https://fatchord.github.io/model_outputs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tried to preprocess a custom dataset but it gave me error

WellImDumb opened this issue · comments

Traceback (most recent call last):
File "preprocess.py", line 72, in
text_dict = ljspeech(path)
File "C:\Users\misho\WaveRNN-master\utils\text\recipes.py", line 9, in ljspeech
assert len(csv_file) == 1
AssertionError

The problem is that you have multiple .csv files in your wav_path (hparams.py) so it doesn't know which one to use.

Fix: Delete all .csv files except one.