yue-zhongqi / ifsl

[NeurIPS 2020] Released code for Interventional Few-Shot Learning
164 stars 23 forks source link

need file model_best.pth.tar #13

Closed nancy-ux closed 1 year ago

nancy-ux commented 2 years ago

Hi, I encounter some problems - I'm trying to reproduce results from your paper and when I run an example command from README for MAML_MN_FT (python main.py --method metatrain --train_aug --test maml5_resnet ). In 116 line in PretrainedModel.py ,codes("checkpoint = torch.load(model_dir)") require model_best.pth.tar file. Could you tell whether it's possible for you to provide this file or create one on our own?