-
Hello, I had a question, if we use Automatic differentation on In other words, is the following statement correct? I get different results for optimizing materials in a room using these two integrators and I wonder why. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @saeedhd96 I believe you are correct. The You can maybe check the gradients at a single iteration to verify this. |
Beta Was this translation helpful? Give feedback.
Hi @saeedhd96
I believe you are correct. The
path
andprb
integrators should produce the exact same primal image (noise included), and their gradients should match too.You can maybe check the gradients at a single iteration to verify this.