deformable-convolution-pytorch icon indicating copy to clipboard operation
deformable-convolution-pytorch copied to clipboard

Not working on pytorch 0.4.1

Open crewleader opened this issue 7 years ago • 3 comments

It is not working on pytorch 0.4.1.

crewleader avatar Aug 02 '18 11:08 crewleader

Hi, Have you successfully run this code?

lxtGH avatar Aug 17 '18 17:08 lxtGH

@1zb @lxtGH same problem, not work under PyTorch 0.4.1

/media/zlq/Experiments/YOLOv3_Pytorch/nets/src/deform_conv_cuda.c:12:20: error: invalid use of incomplete type ‘THTensor {aka struct THTensor}’
   THArgCheck(weight->nDimension == 4, 5,

ghost avatar Oct 08 '18 08:10 ghost

It could work on Pytorch 0.3.1

masterwu2115 avatar May 06 '19 12:05 masterwu2115