[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-29 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416847397 first of all, check out:https://github.com/apache/incubator-mxnet/tree/master/example/distributed_training install anaconda on all

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-28 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416823724 @eric-haibin-lin 我可以从a无密码ssh到b,也可以从b无密码ssh到a,但不能a无密码ssh到a,b也不能无密码ssh到b。而问题应该正是如此

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-27 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416158008 Permission denied, please try again. xiaomin.wu@10.14.6.5's password: Permission denied, please try again.

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-27 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416146366 I update the version to 1.2.1 by pip, but new error shows up:(

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-27 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416133087 the vesion of the mxnet i installed buy pip is 1.2.0 This is an

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-27 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416132996 I don't think so because I tried: python /home/xiaomin.wu/anaconda2/lib/python2.7/site-packages/mxnet/tools/launch.py -n 2 -s 2 -H

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-27 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416130369 the machines are already sshable without password between each other

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-27 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416130112 I download the mxnet source code, but didn't compile since i used the mxnet installed by pip. when i use the launch.py provided in the

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-27 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416125937 Thank U, But if installed mxnet by pip, How to use python launch.py since I didn't download the mxnet source code?

[GitHub] meanmee commented on issue #12363: distributed training notebook tests

2018-08-26 Thread GitBox
meanmee commented on issue #12363: distributed training notebook tests URL: https://github.com/apache/incubator-mxnet/issues/12363#issuecomment-416117048 Is it must be installed by source with USE_DIST_KVSTORE=1? Installed by pip didn't support distributed training?