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 2017/11/27 21:38:55 UTC

[GitHub] eric-haibin-lin commented on issue #8830: Is there a tutorial about how to use kvstore in multiple machines?

eric-haibin-lin commented on issue #8830: Is there a tutorial about how to use kvstore in multiple machines?
URL: https://github.com/apache/incubator-mxnet/issues/8830#issuecomment-347336849
 
 
   Maybe you're interested to check out the test code for dist-kvstore here:
   https://github.com/apache/incubator-mxnet/blob/master/tests/nightly/dist_sync_kvstore.py#L74-L88
   Note that some unit tests require GPUs, but you can comment them out.  You can run it with 
   `../../tools/launch.py -n 2 --launcher=local python dist_sync_kvstore.py` to test 2 workers & 2 servers on a single machine
   
   We definitely need better tutorials for kvstore. @rahul003 

----------------------------------------------------------------
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