DCNv2
DCNv2 copied to clipboard
Higher order gradients through DCN layer
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?
What I did is comment out all #@once_differentiable on dcn_v2.py.