Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix typo on Pytorch recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Crepaldi committed Jul 22, 2019
1 parent 2238607 commit 3d5ead8
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 3d5ead8

Please sign in to comment.