-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can the proposed deferred back-propagation be accomplished by Pytorch #11
Comments
Yes, you could reference our ARF-TensoRF implementation which are purely in python: Google drive |
Wow, Thanks for sharing the code! I read the amazing code and the answer is clear. However, there is one thing confusing. In |
That seems to be the case; you could add it to line 294 of |
Thanks, it helps a lot! |
Hi, Kai-46, thanks for the impressive work! The proposed Deferred back-propagation method can render a full-resolution image in one batch. However, the back-propagation of the released code is implemented by the CUDA. Is it possible to accomplish it by Pytorch?
The text was updated successfully, but these errors were encountered: