yue-zhongqi / ifsl

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

how to train MAML+ifsl with dataset miniImagenet and model ResNet10 #14

Closed nancy-ux closed 1 year ago

nancy-ux commented 1 year ago

hello,I want to reproduce results 76.37% from your paper (MAML + ifsl with dataset miniImagenet and model ResNet10 ). But when I run an example command (python main.py --dataset miniImagenet --model na --method metatrain --train_aug --test maml5_ifsl_resnet ),get a wrong answer whose acc=32. Could you tell how to get the 76.37% from your paper?If my command was wrong or not, what is the correct command? looking forward to your reply.thank you!