"git@developer.sourcefind.cn:OpenDAS/torch-spline-conv.git" did not exist on "54d3c862d9a0d2be8754eafdaef8675d51df0806"
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 @@ ...@@ -45,7 +45,9 @@
# downloading the raw images. # downloading the raw images.
# #
# usage: # 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 set -e
if [ -z "$1" ]; then 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