In Inverse rendering example invert_cbox.py and invert_bunny.py, if I change the differentiated parameters to vertex_positions ( which have asterisk (*) on the left ), I receive the following error:
RuntimeError: set_gradient(): no gradients are associated with this variable (a prior call to requires_gradient() is required.)
I wonder why no gradients when they are differentiable? How should I differentiate with them?
Thanks!