jianglong98

Results 7 comments of jianglong98

I have similar issue like below, pls advise, thanks! mxnet-yolo$ git fetch --recurse-submodules Fetching submodule mxnet Fetching submodule mxnet/cub Fetching submodule mxnet/dlpack Fetching submodule mxnet/dmlc-core Fetching submodule mxnet/mshadow Fetching submodule...

mxnet-yolo$ python demo.py --cpu Traceback (most recent call last): File "demo.py", line 2, in import tools.find_mxnet File "/Users/jianglong/Project_ODS/mxnet-yolo/tools/find_mxnet.py", line 7, in import mxnet as mx File "/Users/jianglong/Project_ODS/mxnet-yolo/tools/../mxnet/python/mxnet/__init__.py", line 25, in...

Thanks, Zhreshold! How to build mxnet using official installation tutorial? Actually I want to know which mode need to follow: Pip, Docker or virtualenv? I have installed mxnet before this...

mxnet$ pwd /Users/jianglong/Project_ODS/mxnet-yolo/mxnet mxnet$ pip install mxnet Requirement already satisfied: mxnet in /Users/jianglong/anaconda/lib/python2.7/site-packages Requirement already satisfied: numpy in /usr/local/lib/python2.7/site-packages (from mxnet)

I build up mxnet from source, but still have issue below when: 1: the **import tools.find_mxnet** is in the demo.py, the demo.py was executed and result is the same as...

After review find_mxnet.py, I changed the mxnet0 into mxnet in 2nd line, is that useful? import mxnet**0** as mx

When will it be fixed? Now the issue looks like still exist