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
Hi. Can I start with the inference using python test.py --config_file configs/stage2/101a_384.yml MODEL.DEVICE_ID "('0')" TEST.WEIGHT './logs/stage2/resnext101a_384/v1/resnext101_ibn_a_2.pth' OUTPUT_DIR './logs/stage2/resnext101a_384/v1'?
keep getting: File "C:\Users\diva\car_finder\model\make_model.py", line 148, in init
self.state_dict()[i].copy_(param_dict[i])
RuntimeError: The size of tensor a (64) must match the size of tensor b (128) at non-singleton dimension 0
Can someone help?
Thnks
The text was updated successfully, but these errors were encountered:
Hi. Can I start with the inference using python test.py --config_file configs/stage2/101a_384.yml MODEL.DEVICE_ID "('0')" TEST.WEIGHT './logs/stage2/resnext101a_384/v1/resnext101_ibn_a_2.pth' OUTPUT_DIR './logs/stage2/resnext101a_384/v1'?
keep getting: File "C:\Users\diva\car_finder\model\make_model.py", line 148, in init
self.state_dict()[i].copy_(param_dict[i])
RuntimeError: The size of tensor a (64) must match the size of tensor b (128) at non-singleton dimension 0
Can someone help?
Thnks
The text was updated successfully, but these errors were encountered: