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/04 20:58:36 UTC

[GitHub] ThomasDelteil commented on a change in pull request #10955: [MXNET-422] Distributed training tutorial

ThomasDelteil commented on a change in pull request #10955: [MXNET-422] Distributed training tutorial
URL: https://github.com/apache/incubator-mxnet/pull/10955#discussion_r192878379
 
 

 ##########
 File path: example/distributed_training/README.md
 ##########
 @@ -0,0 +1,231 @@
+# Distributed Training using Gluon
 
 Review comment:
   I only see this block not being able to run in a notebook?
   ```
   +```python
   +for batch in train_data:
   +    # Train the batch using multiple GPUs
   +    train_batch(batch, ctx, net, trainer)
   +```
   ```

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