ikostrikov / pytorch-meta-optimizer

A PyTorch implementation of Learning to learn by gradient descent by gradient descent
MIT License
312 stars 54 forks source link

FastMetaLearner equal to Optimization as a model for few-shot learning #7

Closed yuhui-zh15 closed 6 years ago

yuhui-zh15 commented 6 years ago

Hi, your implementation on the whole model is really cool! I learned a lot from reading your code.

And I want to know whether the FastMetaLearner class you implement is just equal to the paper Optimization as a model for few-shot learning?