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 2018/06/15 20:47:25 UTC

[GitHub] indhub commented on issue #10955: [MXNET-422] Distributed training tutorial

indhub commented on issue #10955: [MXNET-422] Distributed training tutorial
URL: https://github.com/apache/incubator-mxnet/pull/10955#issuecomment-397737740
 
 
   I'm considering testing this tutorial as part of nightly tests. While we might not have a distributed setup in the CI for testing this, it is possible to run all workers on the same machine. As far as there is enough memory in the GPU for two workers to work simultaneously, it should work and that should be good enough for testing the tutorial.
   
   I think something like this should work:
   ```
   python launch.py -n 2 -s 2 --launcher local python cifar10_dist.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:
users@infra.apache.org


With regards,
Apache Git Services