Brandon Bosse
Brandon Bosse
I figured it out. The get_tts_datasets function ignores any samples greater than tts_max_mel_len, which is set in the hparams.py file to be 1250. I increased this to 3348, which is...
I've done some more digging and found that each of my wav files are listed twice in the dictionary. So when line 151 of dataset.py is ran it generates a...
After about 2-3 hours of troubleshooting by backtracking through the code, I discovered that the text_dict dictionary had duplicate entries for each wav file. This is what was causing the...
I was able to fix this issue. Rather than delete the issue I will leave it posted in case anyone else has the same issue. I resaved my csv file...