You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I needed to compute second derivatives through the SubMConv3d layers, but got an error since all the convolution layers have the once_differentiable decorator. Is there any way to get around it? Or ideally, is there any plan to add support for second derivatives in the future?
The text was updated successfully, but these errors were encountered:
Hello,
Great work on this package, I use it a lot.
Recently I needed to compute second derivatives through the
SubMConv3d
layers, but got an error since all the convolution layers have theonce_differentiable
decorator. Is there any way to get around it? Or ideally, is there any plan to add support for second derivatives in the future?The text was updated successfully, but these errors were encountered: