Open eigenvivek opened 2 years ago
Automatic differentiability w/ Zygote doesn't work out of the box for these parameters... probably need to implement a few custom gradient rules with ChainRulesCore, but I'm very unsure where the underlying issue is
Also validate the custom rules with finite difference
(and benchmark runtime against finite differences)
Want the gradients wrt to
Camera.center
(the 3D coordinates of the camera)Detector.center
(the 3D coordinates of the center of the detector plane)Detector.normal
(the orientation of the detector plane)