Is it rvc v2 model?

#1
by ddoqq777 - opened

Is it v2 or v1?

Open RVC org

It is a v2 model

MUSTAR changed discussion status to closed

When I try to use this model for training in V2 mode, I get the following errors: size mismatch for dec.ups.0.weight_v: copying a param with shape torch.Size([512, 256, 16]) from checkpoint, the shape in current model is torch.Size([512, 256, 24]) size mismatch for dec.ups.0.weight_v: copying a param with shape torch.Size([256, 128, 16]) from checkpoint, the shape in current model is torch.Size([256, 128, 20]). How can i fix that?
This does not happen in standard models f0G40k.pth and f0D40k.pth. Model train is ok

Sign up or log in to comment