Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 263 Bytes

Model agnostic meta learning (MAML)

Regression

To run the regression example using sinusoids run:

python3 train_regression.py

Classification

To run the regression example using the Omniglot dataset run:

python3 train_classification.py