Replies: 7 comments
-
|
Can you point out where you saw this behavior? Any official statement or GitHub link would help. |
Beta Was this translation helpful? Give feedback.
-
|
the exact error is: |
Beta Was this translation helpful? Give feedback.
-
|
With the following changes, can train on 3090ti: |
Beta Was this translation helpful? Give feedback.
-
|
okay, fft_size 512 should be 768, and win_length 512 should be 768 to avoid empty mel rows |
Beta Was this translation helpful? Give feedback.
-
|
There is a problem with hifigan, generated waveform is 133% of the original waveform. |
Beta Was this translation helpful? Give feedback.
-
|
also, the mel ends at row 65 instead of 80. Whole mel is 25% smaller. |
Beta Was this translation helpful? Give feedback.
-
|
Interesting find. Thanks. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
hello, I've seen on Nvidia driver site that cufft fails with inputs of multiplies of 6. Practically all of the gan vocoders use constants that are multiplies of 6. Only thing that works is wavegrad and wavernn on the newest gpus, till the issue is fixed in the next driver and cuda.
It would be a good idea if expert fixes the constants on some fork branch. Or maybe we can change, like 1200 to 1201 so that the constant isn't a multiple of 6, but then trim the dimension back to 1200 after computing, so that we get a compatible models.
Beta Was this translation helpful? Give feedback.
All reactions