overweighted
Results
2
issues of
overweighted
I got a problme. RuntimeError: Error(s) in loading state_dict for get_model: size mismatch for sa1.conv_blocks.0.0.weight: copying a param with shape torch.Size([32, 6, 1, 1]) from checkpoint, the shape in current...
我使用的命令是python test.py --gpu 0 --workdir ./output --model sparenet --weights ./ckpt/SpareNet.pth--test_mode default 下面是我截取的一小段报错: Traceback (most recent call last): File "test.py", line 80, in main() File "test.py", line 74, in main model...