You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there was a bug on the original code of OML where they did not create the computation graph for the inner loop updates. Looking the ANML code it seems to have the same issue, specifically here it is currently
I was wondering which version was used for the results on the paper, OML's author said fixing this bug improved performance and reduced training time.
Thanks
p.d.: congratz on the work, is really cool
The text was updated successfully, but these errors were encountered:
Hi, there was a bug on the original code of OML where they did not create the computation graph for the inner loop updates. Looking the ANML code it seems to have the same issue, specifically here it is currently
but to correctly backpropagate through the inner optimization it should be
I was wondering which version was used for the results on the paper, OML's author said fixing this bug improved performance and reduced training time.
Thanks
p.d.: congratz on the work, is really cool
The text was updated successfully, but these errors were encountered: