You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/29 20:02:13 UTC

[GitHub] [incubator-mxnet] apeforest opened a new issue #17470: Distributed training hangs if --sync-dst-dir used and num of hosts less than num of workers

apeforest opened a new issue #17470: Distributed training hangs if --sync-dst-dir used and num of hosts less than num of workers
URL: https://github.com/apache/incubator-mxnet/issues/17470
 
 
   ## Description
   Distributed training using dist kvstore hangs if --sync-dst-dir used and num of hosts less than num of workers
   
   ### Error Message
   hangs after rsync
   
   ## To Reproduce
   
   ### Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   1. Follow the example: https://github.com/apache/incubator-mxnet/tree/master/example/distributed_training
   2. Specify hostfile:
   localhost
   
   3. Run:
   python ~/mxnet/tools/launch.py -n 2 -s 2 -H hosts \
       --sync-dst-dir /home/ubuntu/cifar10_dist \
       --launcher ssh \
       "python /home/ubuntu/cifar10_dist/cifar10_dist.py"
   
   ## What have you tried to solve it?
   
   1.
   2.
   
   ## Environment
   
   We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:
   ```
   curl --retry 10 -s https://raw.githubusercontent.com/dmlc/gluon-nlp/master/tools/diagnose.py | python
   
   # paste outputs here
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services