CBAM.PyTorch icon indicating copy to clipboard operation
CBAM.PyTorch copied to clipboard

Error in testing

Open Abhijitdas2048 opened this issue 6 years ago • 1 comments

hi I ma getting this error while testing Traceback (most recent call last): File "test.py", line 213, in test_and_generate_result_round2('2','resnet50',416, True) File "test.py", line 133, in test_and_generate_result_round2 my_model = resnet50.MyResNet50(model_ft) NameError: name 'resnet50' is not defined

Abhijitdas2048 avatar Sep 18 '19 22:09 Abhijitdas2048

I also got the error, I can't find the resnet

ConredLin avatar Jan 13 '20 14:01 ConredLin