sungyubkim / GBML

A collection of Gradient-Based Meta-Learning Algorithms with pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inner-loop regularization term missing in imaml

jychoi118 opened this issue · comments

As mentioned in Section 2.2 of "Meta-Learning with Implicit Gradients" paper, regularization term should be added in inner-loop objective function like figure below. however, your code (line 25 of gbml/imaml.py) is missing this regularization term.
image