wei-mao-2019 / SDFFlow

official implementation for our paper SDFFlow
MIT License
21 stars 0 forks source link

Confusion about the calculation of gradient #7

Open YunxuanMao opened 2 months ago

YunxuanMao commented 2 months ago

Hi! Thank you for your fantastic work. When calculating the gradient of SDF flow (normal) at every timestamp, why did not you use torch.autograd function?

wei-mao-2019 commented 1 week ago

thank you for you interests. The main purpose is to save some time.