Hugging Face's logo
Nultx
/
Runtime error

runtime error

/home/user/.local/lib/python3.10/site-packages/torch/nn/utils/weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.") Traceback (most recent call last): File "/home/user/app/app.py", line 97, in <module> utils.load_checkpoint(model_path, model, None) File "/home/user/app/utils.py", line 40, in load_checkpoint model.load_state_dict(new_state_dict) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2153, 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_q.pre.weight: copying a param with shape torch.Size([192, 1025, 1]) from checkpoint, the shape in current model is torch.Size([192, 513, 1]).

Container logs:

Fetching error logs...