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

Reptile: track_higher_grads=True? #5

Open
hang-wu opened this issue Jun 26, 2020 · 4 comments
Open

Reptile: track_higher_grads=True? #5

hang-wu opened this issue Jun 26, 2020 · 4 comments

Comments

@hang-wu
Copy link

hang-wu commented Jun 26, 2020

Thanks so much for the great codes!

I was checking the reptile code, and it appears I need to set track_higher_grads=True in the context for this to run.

Is there something I am missing here? Thanks!

with higher.innerloop_ctx(self.network, self.inner_optimizer, track_higher_grads=False) as (fmodel, diffopt):

@duocheng1999
Copy link

yes I met the same error. Did u solve it?

@hang-wu
Copy link
Author

hang-wu commented Sep 14, 2020

Hi.. I think I set it to True to make it run, but I am not sure whether the codes are producing the output correctly. Thus, I ended up not using this package.

@duocheng1999
Copy link

duocheng1999 commented Sep 14, 2020 via email

@kgarg8
Copy link

kgarg8 commented Dec 6, 2020

Reptile results could not be reproduced at my end also.

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

3 participants