yljylj commented on issue #9477: distributed trainning with mxnet, get error "ImportError: No module named numpy" URL: https://github.com/apache/incubator-mxnet/issues/9477#issuecomment-380375598 I have solved it. When you launch to the remote node with ssh, you must use the python which installed mxnet, not the default python! I use the launed.py to run a distributed training, and run a shell. The code of shell is: python ~/mxnet/tools/launch.py -n 2 --launcher ssh -H ./hosts-2 \ "**/xxxx/home/abc/python/bin/python** -u ~/mxne/example/image-classification/train_imagenet.py"
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services