You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/data/teeth_code/CRA-PCN/infer.py", line 38, in
model.load_state_dict(checkpoint['model'])
File "/home/scg/.conda/envs/mmrota/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1604, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for DataParallel:
size mismatch for module.decoder.ub2.deconv.ps.weight: copying a param with shape torch.Size([32, 128, 4]) from checkpoint, the shape in current model is torch.Size([32, 128, 8]).
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/data/teeth_code/CRA-PCN/infer.py", line 38, in
model.load_state_dict(checkpoint['model'])
File "/home/scg/.conda/envs/mmrota/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1604, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for DataParallel:
size mismatch for module.decoder.ub2.deconv.ps.weight: copying a param with shape torch.Size([32, 128, 4]) from checkpoint, the shape in current model is torch.Size([32, 128, 8]).
The text was updated successfully, but these errors were encountered: