Commit 0c669024 authored by joel-shor's avatar joel-shor
Browse files

Fix imagenet download for image compression example.

parent c75000e8
......@@ -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