learnables / learn2learn

A PyTorch Library for Meta-learning Research
http://learn2learn.net
MIT License
2.61k stars 350 forks source link

Learnable optimizer: LSTM based #348

Open bawboo opened 2 years ago

bawboo commented 2 years ago

Hi there, will you implement lstm optimizer like in the paper "learn to learn by gradient descent by gradient descent"?

thanks.

seba-1511 commented 2 years ago

Hello @bawboo,

No one is working on that yet, even though the library certainly supports learned LSTM optimizers (see LearnableOptimizer). I would happily welcome it as an external contribution!