You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/09 09:58:52 UTC

[GitHub] [incubator-mxnet] r3stl355 opened a new issue #19104: Error in test_operator.py::test_deformable_convolution

r3stl355 opened a new issue #19104:
URL: https://github.com/apache/incubator-mxnet/issues/19104


   ## Description
   AttributeError: module 'mxnet.symbol.numpy_extension' has no attribute 'deformable_convolution'. 
   
   Looks like `src/operator/contrib/deformable_convolution.cc` has been removed or renamed from codebase, closest attribute I found is `deconvolution` but I'm not sure if it's about the same thing
   
   ## Occurrences
   To replicate, `python -m pytest tests/python/unittest/test_operator.py -k "test_deformable_convolution"`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] r3stl355 commented on issue #19104: Error in test_operator.py::test_deformable_convolution

Posted by GitBox <gi...@apache.org>.
r3stl355 commented on issue #19104:
URL: https://github.com/apache/incubator-mxnet/issues/19104#issuecomment-690036280


   Issue disappeared after full rebuild, learning from my own mistakes here


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] szha commented on issue #19104: Error in test_operator.py::test_deformable_convolution

Posted by GitBox <gi...@apache.org>.
szha commented on issue #19104:
URL: https://github.com/apache/incubator-mxnet/issues/19104#issuecomment-689802104


   @r3stl355 this has been moved to the npx namespace #19046 and you need to re-build mxnet or update your source code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] r3stl355 closed issue #19104: Error in test_operator.py::test_deformable_convolution

Posted by GitBox <gi...@apache.org>.
r3stl355 closed issue #19104:
URL: https://github.com/apache/incubator-mxnet/issues/19104


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org