Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ikostrikov/pytorch-meta-optimizer

A PyTorch implementation of Learning to learn by gradient descent by gradient descent
https://github.com/ikostrikov/pytorch-meta-optimizer

deep-learning gradient-descent pytorch

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

# Intro

PyTorch implementation of [Learning to learn by gradient descent by gradient descent](https://arxiv.org/abs/1606.04474).

## Run

```bash
python main.py
```

### TODO
- [x] Initial implementation
- [x] Toy data
- [x] LSTM updates
- [ ] Refactor, find a better way to organize the modules
- [ ] Compare with standard optimizers
- [x] Real data
- [ ] More difficult models