Closed enric1994 closed 3 years ago
I think you should add model.eval() in test.py. It won't alter the default result, but if batch normalization is enabled it will definitely affect the result. I had to change it because I am using ResNet50 instead of VGG19.
model.eval()
test.py
Thanks. Updated.
I think you should add
model.eval()
intest.py
. It won't alter the default result, but if batch normalization is enabled it will definitely affect the result. I had to change it because I am using ResNet50 instead of VGG19.