forward gradient to mi.Transform4f #965
Answered
by
ziyi-zhang
zichenwang01
asked this question in
Q&A
-
Hi, I have a single parameter and want to forward it to a mi.Transform4f instance. Right now I am not getting the correct gradients and would like to ask if I did anything wrong. Thanks! I am running in a Linux environment on a 2080ti GPU.
|
Beta Was this translation helpful? Give feedback.
Answered by
ziyi-zhang
Nov 3, 2023
Replies: 1 comment 3 replies
-
The second |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This returns
mi.transform
is a struct that store both the matrix and the inverse transpose. In the computational graph, the inverse transpose is computed from the matrix itself.dr.forward
with the default flag cleans e…