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 launch.py running, it launches to the remote node 
with ssh, the python running in ssh on remote node should be with mxnet, not 
the default python without mxnet! The correct command is: 
   python launch.py -n 2 --launcher ssh -H hosts 
"**/xxx/home/xxx/python/bin/python** 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

Reply via email to