Alexis Pandaan
Alexis Pandaan
Hi @dink! Thanks for letting us know. We just pushed a fix for the issue you noticed. If in case it still doesn't work, just make sure that the value...
Hi @dink! The highlighted line contains the line where the error comes from. Not so sure what value comes up from ```panels``` on your end and how it evaded the...
Editing wav_path in hparams.py turned out to be the key. I ran into another problem, however. The training scripts refuse to run at all using my new datasets. For the...
Got past that error message by setting all wav files to 16 bits and 22050 Hz, but I ran into another error: ``` Traceback (most recent call last): File "train_tacotron.py",...
Just checked the binary pickled files. The training data for my first custom dataset is an empty array, while the training data for my second custom dataset, as well as...
When running preprocess.py, there's no mismatch. The number of files found equals the number of indexed files. However, when I added more clips to the two datasets, running tacotron.py went...
Also, I had to change [lines 39 and 40 on my copy of train_tacotron.py](https://github.com/as-ideas/ForwardTacotron/blob/21db7746c5f3bb72806211c8bd8af7911a45dfe8/train_tacotron.py#L39) to point it to my dataset's pickle files. Left unchanged, it kept trying to access the...