Closed lzhnb closed 2 years ago
Hi Zhihao,
your guess about the bindings being at fault is correct! The changes behind https://github.com/NVlabs/tiny-cuda-nn/pull/62 should also have fixed this problem. Could you pull master and let me know?
Cheers!
It works👍! Thanks!
Hi Thomas,
Thanks for your amazing work.
I met some problems when I try to backward the output of the
SphericalHarmonics
module. Here is the code:And here is the error in console:
I found that you have realized the
kernel_sh_backward
inspherical_harmonics.h
. It maybe some problems in pytorch autograd wrapper?