"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "5e0af68d5ac24021c2a49c2a609aefd58d9da594"
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 () { ...@@ -58,7 +58,8 @@ Banner () {
} }
# Download the dataset. # 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. # Run the compression model.
NUM_STEPS=10000 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