Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on the update for meta learner #2

Open
gzliyan113 opened this issue Nov 20, 2019 · 4 comments
Open

Question on the update for meta learner #2

gzliyan113 opened this issue Nov 20, 2019 · 4 comments

Comments

@gzliyan113
Copy link

Hi, thanks for sharing the code!

I have a question on updating the meta learner: in the original paper, the update for meta learner is interpolation between the previous parameter and the parameters learned by the local learners.
However, it seems that here you are updating the meta learner based on the gradients produced by local learners on the query set. I was wondering is this implementation the same as the original paper's implementation?

Thanks!

@machanic
Copy link

@gzliyan113 I think this implementation is not Reptile, but the MAML. As you can see MAML's update is based on the sum of gradients over all tasks.

@tingxueronghua
Copy link

I think so, too!

@chenmozxh
Copy link

agree with you!

@lzl19971215
Copy link

lzl19971215 commented Feb 1, 2021

agree, I think this is the implementation of FOMAML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants