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

Visualize the best LSTM loss #12

Open NaV1YChen opened 4 years ago

NaV1YChen commented 4 years ago

Hi,

I am new to meta-learning and trying to understand your code. How do I get a figure of the LSTM loss-steps like the author showed in the paper if I use matplotlib?

Shall I catch the best final_loss as y-axis and use optimizer_steps as x-axis?