GBML icon indicating copy to clipboard operation
GBML copied to clipboard

inner-loop regularization term missing in imaml

Open jychoi118 opened this issue 5 years ago • 0 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

jychoi118 avatar Apr 06 '20 12:04 jychoi118