YYuX-1145 / Bert-VITS2-Integration-package

vits2 backbone with bert
https://www.bilibili.com/video/BV13p4y1d7v9
GNU Affero General Public License v3.0
333 stars 30 forks source link

首次训练时报错 RuntimeError: Given groups=1, weight of size [512, 1, 10], expected input[1, 5945, 1] to have 1 channels, but got 5945 channels instead #69

Closed piul200 closed 7 months ago

piul200 commented 7 months ago

Using noise scaled MAS for VITS2 Using duration discriminator for VITS2 INFO:models:Loaded checkpoint 'Data\abc\models\DUR_0.pth' (iteration 0) ERROR:models:emb_g.weight is not in the checkpoint INFO:models:Loaded checkpoint 'Data\abc\models\G_0.pth' (iteration 0) INFO:models:Loaded checkpoint 'Data\abc\models\D_0.pth' (iteration 0) **检测到模型存在,epoch为 1,gloabl step为 0***** INFO:models:Loaded checkpoint 'Data\abc\models\WD_0.pth' (iteration 0) Some weights of the model checkpoint at ./slm/wavlm-base-plus were not used when initializing WavLMModel: ['encoder.pos_conv_embed.conv.weight_g', 'encoder.pos_conv_embed.conv.weight_v']

YYuX-1145 commented 7 months ago

确保batch size>=2