Skip to content
Snippets Groups Projects
Commit ff623f9d authored by Veronika Scholz's avatar Veronika Scholz
Browse files

Update distributed_training.md

parent f69142d0
No related branches found
No related tags found
6 merge requests!398Update data_analytics_with_python.md. Fixed spelling and wording. All issues...,!392Merge preview into contrib guide for browser users,!368Update experiments.md,!356Merge preview in main,!355Merge preview in main,!341Updated TensorFlow and Horovod in distributed_training.md
......@@ -269,8 +269,8 @@ To have better performance it is recommended to use NCCL instead of OpenMPI.
##### Verify that Horovod works
```python
import torch #import pytorch
import horovod.torch as hvd #import horovod
import tensorflow #import pytorch
import horovod.tensorflow as hvd #import horovod
hvd.init() #initialize horovod
hvd.size()
hvd.rank()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment