Closed PPACI closed 7 years ago
Did you rebuild mxnet after you copied the operators? Once you rebuilt it, did you run "sudo python setup.py install" in the mxnet/python folder?
There is also another note in the README that the latest MXNET code has all the needed operators.
After MXNet@(commit ce2bca6) the offical MXNet support all operators for Deformable ConvNets.
I have tested with the latest mxnet code and it works well. I have tested on Windows, Ubuntu and Mac.
So unless you need that old commit, you can take the latest mxnet code and build/install it.
I, thank for the quick response. Firstly i tried with pip, so not rebuild and anything. As i said, it didn't worked. Then i rebuild from the source code with the specified commit (MXNet 0.9.5), with the operators, and it worked correctly.
So my problem is resolved... But the documentation seems unclear to me. So if I had downloaded the latest version of MXNet from pip and the latest commit of this repo, it should have worked ? I mean, without copying anything ?
And really guys, thank for the excellent work on this implementation. It's honestly one of the best I've ever saw.
That does seem strange. I have not tried using pip to install the latest mxnet. I'm rebuilding latest mxnet with CPU-mode implementation for operators.
You are correct. If pip installed the latest mxnet (can you verify version), it should have worked without copying any operators and rebuilding.
I will try it with pip and let you know.
Tommorow I will try to rebuild with the latest MXNet to confirm that it work on my side. I will also give you the version installed by pip.
Please print mxnet.__path__ to make sure you use correct MXNet. It should contain strings like 'site-package' and '0.10.0'.
Ok, i got results. I retried with the latest pip version (which is now 0.11.0). And it worked correctly. I must have failed something with the previous pip install I think. Sorry for the "false" issue.
Hi everyone.
I'm trying to install MXNet. Following the documentation, specially the quick-start, i tried to install with pip.
But when trying to start the demo, i got the AttributeError: 'module' object has no attribute 'DeformableConvolution' error.
My question is : As i saw a commit on this repository indicating that the code has been updated for MXNet 0.10, will it work if i clone MXNet at correct commit and recompiling it ?
If it could help, here is what i did :
I'm running under Ubuntu 16.04 with cuda8