msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.02k stars 953 forks source link

mxnet.base.MXNetError: Error in operator fpn_p4_sum: #266

Open herrickli opened 4 years ago

herrickli commented 4 years ago

I got this error

 Incompatible attr in node fpn_p4_sum at 1-th input: expected [1,256,38,64], got [1,256,38,63]

in this 269 line of code in fpn/loader.py

        feat_shape = [y[1] for y in [x.infer_shape(**max_shapes) for x in self.feat_sym]]

Can someone help me? Plz