From 3d5ead82d12da0369f5496072c4c605741e0d059 Mon Sep 17 00:00:00 2001 From: Thiago Crepaldi Date: Mon, 22 Jul 2019 14:42:30 -0700 Subject: [PATCH] Fix typo on Pytorch recipe --- recipes/Horovod/Horovod-PyTorch/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/Horovod/Horovod-PyTorch/Readme.md b/recipes/Horovod/Horovod-PyTorch/Readme.md index 4fb0795..2aae1d9 100644 --- a/recipes/Horovod/Horovod-PyTorch/Readme.md +++ b/recipes/Horovod/Horovod-PyTorch/Readme.md @@ -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