GBML
GBML copied to clipboard
inner-loop regularization term missing in imaml
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.
