Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 711 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 711 Bytes

MAML and Reptile in PyTorch

This repository includes the Sine wave experiment with MAML and Reptile.

Run

python main.py --run=MAML
python main.py --run=Reptile

Tested on

Python 3.7.4
PyTorch 1.3.1

Results

Loss after 30000 iterations
---------------------------
MAML: 0.058
REPTILE: 0.048

MAML: MAML

Reptile: Reptile

Adapted from

John Schulman's GIST