NVlabs / nvdiffrast

Nvdiffrast - Modular Primitives for High-Performance Differentiable Rendering
Other
1.31k stars 139 forks source link

print message just disappeared in backward #61

Closed Mirocos closed 2 years ago

Mirocos commented 2 years ago

Hi, I'm trying to output some message in backward pass in diffrast, Does the exmaple earth.py not propagate the gradient in rasterization stage? Because I missed all output messages in backward function.

Mirocos commented 2 years ago

Sorry, my mistake, I did not notice the example earth.py is used for optimizing texture. :anguished: