You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/benchmarks.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Real data benchmarks
48
48
The benchmark instructions above are for the synthetic data benchmark.
49
49
50
50
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>`__.
52
52
53
53
Now, simply add ``--data_dir /path/to/imagenet/tfrecords --data_name imagenet --num_batches=2000`` to your training command:
0 commit comments