Targeting inception_v3 with 39 classes
------------------------------------------
Traceback (most recent call last):
File "C:/Users/junhao/Downloads/Compressed/DeepLearning_PlantDiseases-master/DeepLearning_PlantDiseases-master/Scripts/train.py", line 268, in <module>
model_pretrained, diff = load_defined_model(name, num_classes)
File "C:/Users/junhao/Downloads/Compressed/DeepLearning_PlantDiseases-master/DeepLearning_PlantDiseases-master/Scripts/train.py", line 88, in load_defined_model
diff = [s for s in diff_states(model.state_dict(), pretrained_state)]
File "C:/Users/junhao/Downloads/Compressed/DeepLearning_PlantDiseases-master/DeepLearning_PlantDiseases-master/Scripts/train.py", line 88, in <listcomp>
diff = [s for s in diff_states(model.state_dict(), pretrained_state)]
File "C:/Users/junhao/Downloads/Compressed/DeepLearning_PlantDiseases-master/DeepLearning_PlantDiseases-master/Scripts/train.py", line 67, in diff_states
assert len(not_in_1) == 0
AssertionError