DCNv2 icon indicating copy to clipboard operation
DCNv2 copied to clipboard

Higher order gradients through DCN layer

Open vinbhaskara opened this issue 5 years ago • 1 comments

When I try to get higher order derivatives on architectures using your implementation of DCNv2, I get the following error:

"RuntimeError: DCNv2FunctionLegacyBackward is not differentiable twice".

Is there a way around this?

vinbhaskara avatar Sep 30 '19 03:09 vinbhaskara

What I did is comment out all #@once_differentiable on dcn_v2.py.

XixiLiu95 avatar Nov 10 '21 16:11 XixiLiu95