Unverified Commit eba8a527 authored by Ordgod's avatar Ordgod Committed by GitHub
Browse files

Update the URL of one script (#5164)

The URL of the script for downloading and converting ImageNet data to TFRecord format has changed. I update the URL.
parent 73d48524
...@@ -179,7 +179,7 @@ format. ...@@ -179,7 +179,7 @@ format.
The TFRecord format consists of a set of sharded files where each entry is a serialized `tf.Example` proto. Each `tf.Example` proto contains the ImageNet image (JPEG encoded) as well as metadata such as label and bounding box information. The TFRecord format consists of a set of sharded files where each entry is a serialized `tf.Example` proto. Each `tf.Example` proto contains the ImageNet image (JPEG encoded) as well as metadata such as label and bounding box information.
We provide a single [script](datasets/download_and_preprocess_imagenet.sh) for We provide a single [script](datasets/download_and_convert_imagenet.sh) for
downloading and converting ImageNet data to TFRecord format. Downloading and downloading and converting ImageNet data to TFRecord format. Downloading and
preprocessing the data may take several hours (up to half a day) depending on preprocessing the data may take several hours (up to half a day) depending on
your network and computer speed. Please be patient. your network and computer speed. Please be patient.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment