Unverified Commit 6e4bbb74 authored by Jon Shlens's avatar Jon Shlens Committed by GitHub
Browse files

Merge pull request #2924 from joel-shor/fix_usage_comment

Fix `download_and_convert_imagenet.sh` usage comment.
parents 42a3da72 c75000e8
......@@ -45,7 +45,9 @@
# downloading the raw images.
#
# usage:
# ./download_and_convert_imagenet.sh [data-dir]
# cd research/slim
# bazel build :download_and_convert_imagenet
# ./bazel-bin/download_and_convert_imagenet.sh [data-dir]
set -e
if [ -z "$1" ]; then
......
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