Size mismatch while inferencing

#1
by Mukhamejan - opened

Hello, I have been trying to use your model to inference it, but ended up getting some error about size mismatch of the model. Noticed in your configs some stuff like bert. I have been wondering on what repo you trained it on? If you were using this one https://github.com/p0p4k/vits2_pytorch , can you please tell me where I am going wrong.
Here is the output that I am getting
(myenv) (base) user@user:/Desktop/vits2/vits2_pytorch$ python inference_ms.py
Using lin posterior encoder for VITS1
INFO:root:flow.flows.0.enc.in_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.in_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.res_skip_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.0.enc.cond_layer.bias is not in the checkpoint
INFO:root:flow.flows.0.enc.cond_layer.weight_g is not in the checkpoint
INFO:root:flow.flows.0.enc.cond_layer.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.in_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.res_skip_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.2.enc.cond_layer.bias is not in the checkpoint
INFO:root:flow.flows.2.enc.cond_layer.weight_g is not in the checkpoint
INFO:root:flow.flows.2.enc.cond_layer.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.in_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.res_skip_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.4.enc.cond_layer.bias is not in the checkpoint
INFO:root:flow.flows.4.enc.cond_layer.weight_g is not in the checkpoint
INFO:root:flow.flows.4.enc.cond_layer.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.in_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.0.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.0.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.0.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.1.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.1.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.1.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.2.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.2.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.2.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.3.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.3.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.res_skip_layers.3.weight_v is not in the checkpoint
INFO:root:flow.flows.6.enc.cond_layer.bias is not in the checkpoint
INFO:root:flow.flows.6.enc.cond_layer.weight_g is not in the checkpoint
INFO:root:flow.flows.6.enc.cond_layer.weight_v is not in the checkpoint
INFO:root:dp.flows.0.m is not in the checkpoint
INFO:root:dp.flows.0.logs is not in the checkpoint
INFO:root:dp.flows.1.pre.weight is not in the checkpoint
INFO:root:dp.flows.1.pre.bias is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.flows.1.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.flows.1.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.flows.1.proj.weight is not in the checkpoint
INFO:root:dp.flows.1.proj.bias is not in the checkpoint
INFO:root:dp.flows.3.pre.weight is not in the checkpoint
INFO:root:dp.flows.3.pre.bias is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.flows.3.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.flows.3.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.flows.3.proj.weight is not in the checkpoint
INFO:root:dp.flows.3.proj.bias is not in the checkpoint
INFO:root:dp.flows.5.pre.weight is not in the checkpoint
INFO:root:dp.flows.5.pre.bias is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.flows.5.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.flows.5.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.flows.5.proj.weight is not in the checkpoint
INFO:root:dp.flows.5.proj.bias is not in the checkpoint
INFO:root:dp.flows.7.pre.weight is not in the checkpoint
INFO:root:dp.flows.7.pre.bias is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.flows.7.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.flows.7.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.flows.7.proj.weight is not in the checkpoint
INFO:root:dp.flows.7.proj.bias is not in the checkpoint
INFO:root:dp.post_pre.weight is not in the checkpoint
INFO:root:dp.post_pre.bias is not in the checkpoint
INFO:root:dp.post_proj.weight is not in the checkpoint
INFO:root:dp.post_proj.bias is not in the checkpoint
INFO:root:dp.post_convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.post_convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.post_convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.post_convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.post_convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.post_convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.post_convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.post_convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.post_convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.post_convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.post_convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.post_convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.post_convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.post_convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.post_convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.post_convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.post_convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.post_convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.post_convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.post_convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.post_convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.post_convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.post_convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.post_convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.post_flows.0.m is not in the checkpoint
INFO:root:dp.post_flows.0.logs is not in the checkpoint
INFO:root:dp.post_flows.1.pre.weight is not in the checkpoint
INFO:root:dp.post_flows.1.pre.bias is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.post_flows.1.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.1.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.post_flows.1.proj.weight is not in the checkpoint
INFO:root:dp.post_flows.1.proj.bias is not in the checkpoint
INFO:root:dp.post_flows.3.pre.weight is not in the checkpoint
INFO:root:dp.post_flows.3.pre.bias is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.post_flows.3.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.3.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.post_flows.3.proj.weight is not in the checkpoint
INFO:root:dp.post_flows.3.proj.bias is not in the checkpoint
INFO:root:dp.post_flows.5.pre.weight is not in the checkpoint
INFO:root:dp.post_flows.5.pre.bias is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.post_flows.5.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.5.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.post_flows.5.proj.weight is not in the checkpoint
INFO:root:dp.post_flows.5.proj.bias is not in the checkpoint
INFO:root:dp.post_flows.7.pre.weight is not in the checkpoint
INFO:root:dp.post_flows.7.pre.bias is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.post_flows.7.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.post_flows.7.convs.norms_2.2.beta is not in the checkpoint
INFO:root:dp.post_flows.7.proj.weight is not in the checkpoint
INFO:root:dp.post_flows.7.proj.bias is not in the checkpoint
INFO:root:dp.pre.weight is not in the checkpoint
INFO:root:dp.pre.bias is not in the checkpoint
INFO:root:dp.convs.convs_sep.0.weight is not in the checkpoint
INFO:root:dp.convs.convs_sep.0.bias is not in the checkpoint
INFO:root:dp.convs.convs_sep.1.weight is not in the checkpoint
INFO:root:dp.convs.convs_sep.1.bias is not in the checkpoint
INFO:root:dp.convs.convs_sep.2.weight is not in the checkpoint
INFO:root:dp.convs.convs_sep.2.bias is not in the checkpoint
INFO:root:dp.convs.convs_1x1.0.weight is not in the checkpoint
INFO:root:dp.convs.convs_1x1.0.bias is not in the checkpoint
INFO:root:dp.convs.convs_1x1.1.weight is not in the checkpoint
INFO:root:dp.convs.convs_1x1.1.bias is not in the checkpoint
INFO:root:dp.convs.convs_1x1.2.weight is not in the checkpoint
INFO:root:dp.convs.convs_1x1.2.bias is not in the checkpoint
INFO:root:dp.convs.norms_1.0.gamma is not in the checkpoint
INFO:root:dp.convs.norms_1.0.beta is not in the checkpoint
INFO:root:dp.convs.norms_1.1.gamma is not in the checkpoint
INFO:root:dp.convs.norms_1.1.beta is not in the checkpoint
INFO:root:dp.convs.norms_1.2.gamma is not in the checkpoint
INFO:root:dp.convs.norms_1.2.beta is not in the checkpoint
INFO:root:dp.convs.norms_2.0.gamma is not in the checkpoint
INFO:root:dp.convs.norms_2.0.beta is not in the checkpoint
INFO:root:dp.convs.norms_2.1.gamma is not in the checkpoint
INFO:root:dp.convs.norms_2.1.beta is not in the checkpoint
INFO:root:dp.convs.norms_2.2.gamma is not in the checkpoint
INFO:root:dp.convs.norms_2.2.beta is not in the checkpoint
INFO:root:emb_g.weight is not in the checkpoint
Traceback (most recent call last):
File "/home/user/Desktop/vits2/vits2_pytorch/inference_ms.py", line 50, in
_ = utils.load_checkpoint(MODEL_PATH, net_g, None)
File "/home/user/Desktop/vits2/vits2_pytorch/utils.py", line 40, in load_checkpoint
model.load_state_dict(new_state_dict)
File "/home/user/Desktop/vits2/vits2_pytorch/myenv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2041, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for SynthesizerTrn:
size mismatch for enc_p.emb.weight: copying a param with shape torch.Size([112, 192]) from checkpoint, the shape in current model is torch.Size([178, 192]).
size mismatch for dp.proj.weight: copying a param with shape torch.Size([1, 256, 1]) from checkpoint, the shape in current model is torch.Size([192, 192, 1]).
size mismatch for dp.proj.bias: copying a param with shape torch.Size([1]) from checkpoint, the shape in current model is torch.Size([192]).
(myenv) (base) user@user:
/Desktop/vits2/vits2_pytorch$

Sign up or log in to comment