PyTorch-MAML icon indicating copy to clipboard operation
PyTorch-MAML copied to clipboard

A PyTorch implementation of Model Agnostic Meta-Learning (MAML) that faithfully reproduces the results from the original paper.

Results 9 PyTorch-MAML issues
Sort by recently updated
recently updated
newest added

Hi Fangzhou, Thank you for your excellent work. The codebase is well-organized and easy to follow. When I tried to train `mini-imagenet` using either 2 - 8 GPUs by the...

when i set the encoder_args: bn_args: track_running_stats: True the train will not converge?

May i ask what's your format of CUB200 csv file and how to get the csv file ? Thanks

你好,我想要问一下,为什么我用2个GPU运算的时候,一直训练不起来,但是使用单个GPU运算时便可以

Hi, I think bringing up the inductive bias of MAML method is very interesting. How exactly could we get the results of MAML in the inductive setting using your implementation?...

Hi. Thanks for publishing this. I have always had a really hard time reproducing the results of the MAML paper and I have to get to the bottom of it...

Hi, do you have any MAML checkpoints that do get the 63% acc the original paper got?

I saw other implementations loading images from the train/val/test folders as the preprocessing step. https://github.com/yaoyao-liu/mini-imagenet-tools I am just curious if using pickle to load the data all at once is...

When I call the encoder separately my kernel crashes