Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/Horovod/Horovod-PyTorch/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This recipe shows how to run [Horovod](https://github.com/uber/horovod) distribu

- Standard Horovod [pytorch_mnist.py](https://raw.githubusercontent.com/uber/horovod/master/examples/pytorch_mnist.py) example will be used;
- pytorch_mnist.py downloads training data on its own during execution;
- The job will be run on standard tensorflow container batchaitraining/pytorch:0.4.0-cp36-cuda9-cudnn7;
- Horovod framework will be installed in the container using job preparation command line. Note, you can build your own docker image containing tensorflow and horovod instead.
- The job will be run on standard PyTorch container batchaitraining/pytorch:0.4.0-cp36-cuda9-cudnn7;
- Horovod framework will be installed in the container using job preparation command line. Note, you can build your own docker image containing PyTorch and horovod instead.
- Standard output of the job will be stored on Azure File Share.

## Instructions to Run Recipe
Expand Down