Open linhl97 opened 4 years ago
replace net.load_state_dict(new_state_dict)
with net.load_state_dict(new_state_dict, strict=False)
in the train_test.py works for me
replace
net.load_state_dict(new_state_dict)
withnet.load_state_dict(new_state_dict, strict=False)
in the train_test.py works for me
Thanks for your advice !
Hi, I tried to using FSSD in live.py by adding the following code:
And I have downloaded the pretrained model FSSD_vgg_VOC_epoches_270.pth,but here comes the error:
How could I solve it?