bamos / HowToTrainYourMAMLPytorch

The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.

Home Page:https://arxiv.org/abs/1810.09502

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAML++ with higher model+optimizer exploration

Here we modify the official MAML++ code to use higher for the model and optimizer so we can ablate across them. We also add hydra for experiment management.

About

The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.

https://arxiv.org/abs/1810.09502

License:MIT License


Languages

Language:Jupyter Notebook 96.4%Language:Python 3.6%Language:Shell 0.0%