/meta-learning

Primary LanguageJupyter Notebook

meta-learning

Pretrain model with multi-tasks

  • Run the following command.
# sine regression
python regression_maml.py  # for meta-training
python regression_pretrain.py  # for normal transfer learning

# omniglot
python omniglotTrain.py -n 5 -k 1 -c 0 --no_iter 50000 --lr 0.1

Reference

  1. Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
  2. How to train your MAML