Closed ppisljar closed 1 year ago
running this on a6000 with 46gb ram
I think it is some index out-of-range problem. Are you sure n_token
is set correctly as the your number of tokens in your training data?
i updated the meldataset.py and added 7 new characters that my dataset contains to the list of chars, i also updated n_tokens to 185 in config.yml but i am still getting the same error. i see the n_tokens setting in the config for ASR model as well. will i need to retrain the ASR model ?
Yes, they must match in terms of the n_tokens. If you change that hyperparameter, you also have to re-train the ASR model. I will try to put them together in the StyleTTS 2 repo so you don't have to do these steps separately.
after starting training i am getting the following error, sometimes right away, sometimes after a few steps