BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
902 stars 152 forks source link

Question: Is gradient maintained in 'background_image'? #50

Open daniel347x opened 1 year ago

daniel347x commented 1 year ago

Greetings! I would like to know, if background_image is passed to render, and background_image itself is a tensor in the computation graph that requires gradient, if the gradient flow is maintained through the background_image.

Thanks!