Skip to content

Commit 8c21056

Browse files
authored
Fix broken links in benchmarks.rst (horovod#2364)
Signed-off-by: Jose <[email protected]>
1 parent cf4d505 commit 8c21056

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/benchmarks.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Real data benchmarks
4848
The benchmark instructions above are for the synthetic data benchmark.
4949

5050
To run the benchmark on a real data, you need to download the `ImageNet dataset <http://image-net.org/download-images>`__
51-
and convert it using the TFRecord `preprocessing script <https://github.com/tensorflow/models/blob/master/research/inception/inception/data/download_and_preprocess_imagenet.sh>`__.
51+
and convert it using the TFRecord `preprocessing script <https://github.com/tensorflow/models/blob/master/research/slim/datasets/download_and_convert_imagenet.sh>`__.
5252

5353
Now, simply add ``--data_dir /path/to/imagenet/tfrecords --data_name imagenet --num_batches=2000`` to your training command:
5454

@@ -67,9 +67,9 @@ Now, simply add ``--data_dir /path/to/imagenet/tfrecords --data_name imagenet --
6767
Horovod synthetic benchmarks
6868
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6969
Horovod also comes with out-of-the-box benchmarking support for
70-
`TensorFlow v1 <https://github.com/horovod/horovod/tree/master/examples/tensorflow_synthetic_benchmark.py>`__,
71-
`TensorFlow v2 <https://github.com/horovod/horovod/tree/master/examples/tensorflow2_synthetic_benchmark.py>`__, and
72-
`PyTorch <https://github.com/horovod/horovod/tree/master/examples/pytorch_synthetic_benchmark.py>`__.
70+
`TensorFlow v1 <https://github.com/horovod/horovod/blob/master/examples/tensorflow/tensorflow_synthetic_benchmark.py>`__,
71+
`TensorFlow v2 <https://github.com/horovod/horovod/blob/master/examples/tensorflow2/tensorflow2_synthetic_benchmark.py>`__, and
72+
`PyTorch <https://github.com/horovod/horovod/blob/master/examples/pytorch/pytorch_synthetic_benchmark.py>`__.
7373

7474
These benchmarks allow you to measure Horovod's performance and scalability in your environment, as well as try advanced
7575
Horovod features like gradient compression:

0 commit comments

Comments
 (0)