├── LICENSE ├── README.md ├── models.py ├── omniglot.py ├── plots ├── omniglot_train.png └── omniglot_val.png ├── reptile_sine.ipynb ├── train_omniglot.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/models.py -------------------------------------------------------------------------------- /omniglot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/omniglot.py -------------------------------------------------------------------------------- /plots/omniglot_train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/plots/omniglot_train.png -------------------------------------------------------------------------------- /plots/omniglot_val.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/plots/omniglot_val.png -------------------------------------------------------------------------------- /reptile_sine.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/reptile_sine.ipynb -------------------------------------------------------------------------------- /train_omniglot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/train_omniglot.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielhuang/reptile-pytorch/HEAD/utils.py --------------------------------------------------------------------------------