[GitHub] suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution

2019-02-20 Thread GitBox
suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-465564651 > /work/mxnet/python/mxnet/gluon/contrib/nn/**init**.py:docstring of mxnet.gluon.contrib.nn.Deformable_Convolution:6

[GitHub] suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution

2019-02-19 Thread GitBox
suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-465117446 /work/mxnet/python/mxnet/gluon/contrib/nn/__init__.py:docstring of mxnet.gluon.contrib.nn.Deformable_Convolution:67:

[GitHub] suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution

2019-02-16 Thread GitBox
suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-464328541 Hi, does someone have any idea about the failed CI test? ---

[GitHub] suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution

2019-01-23 Thread GitBox
suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-456808132 The output channels of the convolution for the offset is hardcoded because its size is described in the paper.

[GitHub] suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution

2019-01-23 Thread GitBox
suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-456712713 @marcoabreu Thanks for your reply! So now I need to add a file for the test cases. Where should I put the file

[GitHub] suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution

2019-01-22 Thread GitBox
suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-456703521 Hi @marcoabreu! The ndarray and symbol implementation of the deformable convolution already exist. Here they