Unverified Commit 4347c2c5 authored by Jon Shlens's avatar Jon Shlens Committed by GitHub
Browse files

Merge pull request #2925 from joel-shor/fix_usage_comment

Fix imagenet download for image compression example.
parents 6e4bbb74 0c669024
......@@ -58,7 +58,8 @@ Banner () {
}
# Download the dataset.
"${git_repo}/research/slim/datasets/download_and_convert_imagenet.sh" ${DATASET_DIR}
bazel build "${git_repo}/research/slim:download_and_convert_imagenet"
"./bazel-bin/download_and_convert_imagenet" ${DATASET_DIR}
# Run the compression model.
NUM_STEPS=10000
......
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