Thank you for your outstanding work!
But I'm wondering how to use load_state_dict(), in episodic_training.ipynb you use few_shot_classifier.load_state_dict(best_state), but classical_training.ipynb you use model.load_state_dict(best_state) while the the former is PrototypicalNetworks and the latter is resnet12.
Looking for your reply!
Thank you for your outstanding work!
But I'm wondering how to use
load_state_dict(), in episodic_training.ipynb you usefew_shot_classifier.load_state_dict(best_state), but classical_training.ipynb you usemodel.load_state_dict(best_state)while the the former is PrototypicalNetworks and the latter is resnet12.Looking for your reply!