gitmylo / bark-voice-cloning-HuBERT-quantizer

The code for the bark-voicecloning model. Training and inference.
MIT License
671 stars 111 forks source link

RuntimeError: The size of tensor a (28) must match the size of tensor b (33) at non-singleton dimension 2 #38

Closed mikeymcfish closed 1 year ago

mikeymcfish commented 1 year ago

I get this error when I try to train an RVC model. I've tried various settings, different audio files, re-installing, and running on runpod.

RuntimeError: The size of tensor a (28) must match the size of tensor b (33) at non-singleton dimension 2

(sorry this was posted on the wrong repo. it is meant for webui)