openai / supervised-reptile

Code for the paper "On First-Order Meta-Learning Algorithms"
https://arxiv.org/abs/1803.02999
MIT License
989 stars 210 forks source link

Question regarding the evaluation #27

Open abdullahjamal opened 4 years ago

abdullahjamal commented 4 years ago

How many tasks did you use to calculate the mean accuracy and confidence interval. From the code, it looks like that the number of sample used here is 10k for evaluation stage for either of the dataset. Could you please elaborate a bit ? Are the number of samples equivalent to the number of tasks in the eval stage?