-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Truncated backprop using filtered-transformations #954
Comments
This looks pretty good to me! It's probably worth tweaking things slightly to have a single JIT wrapping the whole thing (including your final |
This is an even more minimal example. But this errors out.
Do you know what should be done to include this? |
The output of a (I think) |
Hi everyone,
I am working on doing meta-learning and wanted to implement truncated backprop to estimate the meta-level gradients.
When I checked the memory usage, it seems that this method is working but it feels hacky.
Is there a better way to do this?
The text was updated successfully, but these errors were encountered: