"Specify the reduction dim with the 'dim' argument" Runtime error while training VITS model #1949
-
|
Hello. I switched from Glow-TTS to VITS but no matter what I was not able to start training it localy. Does anybody can point where to start? I will try to reproduce exception with english dataset in notebook later on. Stacktrace: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
What is your torch version? It might a bug that comes with the latest torch release. |
Beta Was this translation helpful? Give feedback.
-
|
In my case I had saved the files with the wrong frame rate, and it didn't match the audio_config anymore. Fixing that also fixed this error. |
Beta Was this translation helpful? Give feedback.
-
|
@freezerain I downgraded to your torch version with combinations. I am getting a new error now. |
Beta Was this translation helpful? Give feedback.
-
|
I got the same error when I computed the conditioning latents of a short audio (the length is less than 1 second, I guess). You can either pass short audios when training or add silence. |
Beta Was this translation helpful? Give feedback.
What is your torch version? It might a bug that comes with the latest torch release.