Open DaltonScar opened 1 year ago
If I am correct your using a new alphabet. Search for n_symbols, I changed mine and which had more characters.
Now mine is: n_symbols=178,
I believe it's the number of characters or count of symbols + 1 but check that.
If I am correct your using a new alphabet. Search for n_symbols, I changed mine and which had more characters. Now mine is: n_symbols=178, I believe it's the number of characters or count of symbols + 1 but check that.
What file did you find that line in? is it the checkpoints.py?
If I am correct your using a new alphabet. Search for n_symbols, I changed mine and which had more characters. Now mine is: n_symbols=178, I believe it's the number of characters or count of symbols + 1 but check that.
What file did you find that line in? is it the checkpoints.py?
I think it's model.py - https://github.com/BenAAndrew/Voice-Cloning-App/blob/9cec6982aae6fa77ec0ecb301de87550c6a6797b/training/tacotron2_model/model.py#L509
This is the current error I am getting. I understand why the index is out of range but I am not sure what is causing this or where to find it. From what I read of other issues that people have and might be similar, is that could have something to do with the dataset I had the app generate. The WAV folder and metadata look fine as far as I can tell. It seems to be have some issue with the checkpoint process? I looked through checkpoint.py but was not able to find or I guess understand exactly where this issue is coming from. Any help with this would be greatly appreciated.
If am I doing something dumb, please tell me lol