You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your work is excellent and thanks for releasing the code. However when excuting your code I face with a problem. I trained 1 mode 5w1s MAML on cifar by: python main.py --dataset cifar --maml-model True --num-batches 600000 --output-folder maml_5w1s_cifar
The training performance is fine with "accuracy meta_val after" > 80%, but I cannot obtain similar result in --eval mode: python main.py --dataset cifar --maml-model True --num-batches 60000 --checkpoint ./train_dir/maml_5w1s_cifar/maml_conv_60000.pt --eval
The "accuracy meta_val after" is about just 30%, and confidence interval gives similar result on "post_val_accuracy":
Is 28.51%+- 0.06% the accuracy of MAML on cifar? I am new to meta learning and I doubt whether I use your code properly. I would really appreciate it if you could help me evaluate the model in correct way. Thanks!
In addition, problem also occurs in 2w1s training on cifar, but does not occur on omniglot dataset.
The text was updated successfully, but these errors were encountered:
Your work is excellent and thanks for releasing the code. However when excuting your code I face with a problem. I trained 1 mode 5w1s MAML on cifar by:
python main.py --dataset cifar --maml-model True --num-batches 600000 --output-folder maml_5w1s_cifar
The training performance is fine with "accuracy meta_val after" > 80%, but I cannot obtain similar result in --eval mode:
python main.py --dataset cifar --maml-model True --num-batches 60000 --checkpoint ./train_dir/maml_5w1s_cifar/maml_conv_60000.pt --eval
The "accuracy meta_val after" is about just 30%, and confidence interval gives similar result on "post_val_accuracy":
Is 28.51%+- 0.06% the accuracy of MAML on cifar? I am new to meta learning and I doubt whether I use your code properly. I would really appreciate it if you could help me evaluate the model in correct way. Thanks!
In addition, problem also occurs in 2w1s training on cifar, but does not occur on omniglot dataset.
The text was updated successfully, but these errors were encountered: