Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError - gen_tacotron.py #234

Open
wierzs opened this issue Sep 7, 2021 · 1 comment
Open

ValueError - gen_tacotron.py #234

wierzs opened this issue Sep 7, 2021 · 1 comment

Comments

@wierzs
Copy link

wierzs commented Sep 7, 2021

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.

hparams changes from default:
voc_mode = 'RAW'
tts_cleaner_names = ['basic_cleaners']
tts_max_mel_len = 3348

Thank you for any feedback you have!

@wierzs wierzs changed the title ValueError ValueError - gen_tacotron.py Sep 7, 2021
@dalvlv
Copy link

dalvlv commented Apr 24, 2022

Hi, I met the same problem when use gen_tacotron, did you fix it? it seems the tacotron output mel is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants