rahul003 commented on a change in pull request #9152: tutorial for distributed training URL: https://github.com/apache/incubator-mxnet/pull/9152#discussion_r161619312
########## File path: docs/faq/index.md ########## @@ -15,7 +15,9 @@ and full working examples, visit the [tutorials section](../tutorials/index.md). ## Scale -* [How can I train with multiple CPU/GPUs with data parallelism?](http://mxnet.io/how_to/multi_devices.html) +* [How can I train with multiple CPU/GPUs on a single machine with data parallelism?](http://mxnet.io/how_to/multi_devices.html) + +* [How can I train using multiple machines with data parallelism?](http://mxnet.io/how_to/distributed_training.html) * [How can I train with multiple GPUs with model parallelism?](http://mxnet.io/how_to/model_parallel_lstm.html) Review comment: I think multiple machines is okay ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
