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

Model Issue #22

Closed pranaymanocha closed 5 years ago

pranaymanocha commented 5 years ago

Hi Guys, I had one query about the CNN based model that you guys used. I was trying to see if you had any results on larger deeper models (overparameterized nets?) I would generally expect these to do better than the 4 layer networks that you train with now. I understand that you wanted to compare the results with MAML, so you tried to keep those similar, but any info you can give me on that? Thanks!