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

custom autograd backward #171

Open
GGGuni opened this issue Jun 1, 2023 · 1 comment
Open

custom autograd backward #171

GGGuni opened this issue Jun 1, 2023 · 1 comment

Comments

@GGGuni
Copy link

GGGuni commented Jun 1, 2023

Hi, I'm modifying torch-ngp code to create a model that updates the pose. I created a new custom autograd function, with forward and backward. However, I wonder why the backward I defined is not executed even though the forward is called.
In a similar context, I wonder why the backward of the _sh_encoder class is not executed, even though the forward of the _sh_encoder was executed. This is my first time to implement custom autograd function, so it would be very helpful if you could explain it please... :)
Thanks a lot :)

@hdzmtsssw
Copy link

Hi @GGGuni , I am interested in your work. Do you have any new progress?

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

2 participants