Intro

February 18, 2017 ยท View on GitHub

PyTorch implementation of Learning to learn by gradient descent by gradient descent.

Run

python main.py

TODO

  • Initial implementation
  • Toy data
  • LSTM updates
  • Refactor, find a better way to organize the modules
  • Compare with standard optimizers
  • Real data
  • More difficult models

Contents

  1. 1Run
  2. 1.1TODO