Hello,
I reinstalled setuptools (same version. 17.0) and now I get an error I haven't gotten before.
WaveRNN\models\fatchord_version.py", line 258, in generate
output[-20 * self.hop_length:] *= fade_out
ValueError: operands could not be broadcast together with shapes (3575,) (5500,) (3575,)
I've tried to find a solution for this on other pages, but I can't seem to fix this myself. Does anyone have any tips where to look or know how to fix it? I suspect it is the fade_out variable that is the problem.
Hello, I reinstalled setuptools (same version. 17.0) and now I get an error I haven't gotten before.
I've tried to find a solution for this on other pages, but I can't seem to fix this myself. Does anyone have any tips where to look or know how to fix it? I suspect it is the fade_out variable that is the problem.
hparams changes from default: voc_mode = 'RAW' tts_cleaner_names = ['basic_cleaners'] tts_max_mel_len = 3348
Thank you for any feedback you have!