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

Why "sample = sample.detach().requires_grad_()" #10

Open
MrTornado24 opened this issue Jun 14, 2023 · 0 comments
Open

Why "sample = sample.detach().requires_grad_()" #10

MrTornado24 opened this issue Jun 14, 2023 · 0 comments

Comments

@MrTornado24
Copy link

Hey, thanks for your impressive work! As the title, I want to ask why you cut off the grad of sample in

sample = sample.detach().requires_grad_()

Doing so, the grad of the sample cannot be backward to NeRF. Is that reasonable?

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

1 participant