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

[GitHub] [incubator-mxnet] Paul0M opened a new issue #18000: No ModulatedDeformableConvolution in mxnet-cu101, 1.6.0

Paul0M opened a new issue #18000: No ModulatedDeformableConvolution in mxnet-cu101, 1.6.0
URL: https://github.com/apache/incubator-mxnet/issues/18000
 
 
   ## Description
   No ModulatedDeformableConvolution found in mxnet-cu101(1.6.0)
   
   ### Error Message
   "No ModulatedDeformableConvolution found in mxnet, consider upgrade..."
   
   ## To Reproduce
   (If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
   
   ### Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   1.pip install -U mxnet-cu101
   2.pip install -U gluoncv
   3.try center-net using *dcon in gluoncv, like [gluoncv issue](https://github.com/dmlc/gluon-cv/issues/1080#issue-533213481)
   
   ## What have you tried to solve it?
   
   After searching different mxnet-* versions within https://pypi.tuna.tsinghua.edu.cn/simple/, found building time of the lateset(1.6.0) mxnet-* is not the same. such as:
   https://pypi.tuna.tsinghua.edu.cn/simple/mxnet-cu101/
   https://pypi.tuna.tsinghua.edu.cn/simple/mxnet/
   https://pypi.tuna.tsinghua.edu.cn/simple/mxnet-cu92/
   
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu commented on issue #18000: No ModulatedDeformableConvolution in mxnet-cu101, 1.6.0

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18000: No ModulatedDeformableConvolution in mxnet-cu101, 1.6.0
URL: https://github.com/apache/incubator-mxnet/issues/18000#issuecomment-612522262
 
 
   you can install latest MXNet 1.x nightly version or wait for 1.7 release in a few weeks.
   For the nightly: `pip install --pre --user "mxnet-cu101<2" -f https://dist.mxnet.io/python`

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu closed issue #18000: No ModulatedDeformableConvolution in mxnet-cu101, 1.6.0

Posted by GitBox <gi...@apache.org>.
leezu closed issue #18000: No ModulatedDeformableConvolution in mxnet-cu101, 1.6.0
URL: https://github.com/apache/incubator-mxnet/issues/18000
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services