Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
4347c2c5
Unverified
Commit
4347c2c5
authored
Nov 29, 2017
by
Jon Shlens
Committed by
GitHub
Nov 29, 2017
Browse files
Merge pull request #2925 from joel-shor/fix_usage_comment
Fix imagenet download for image compression example.
parents
6e4bbb74
0c669024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
research/gan/image_compression/launch_jobs.sh
research/gan/image_compression/launch_jobs.sh
+2
-1
No files found.
research/gan/image_compression/launch_jobs.sh
View file @
4347c2c5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment