Commit 97ecee9e authored by Martin Wicke's avatar Martin Wicke
Browse files

Merge pull request #29 from swlsw/master

Fix Typo in inception/README.md
parents 54817481 f9e702d4
...@@ -96,7 +96,7 @@ DATA_DIR=$HOME/imagenet-data ...@@ -96,7 +96,7 @@ DATA_DIR=$HOME/imagenet-data
bazel build -c opt inception/download_and_preprocess_imagenet bazel build -c opt inception/download_and_preprocess_imagenet
# run it # run it
bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}$" bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}"
``` ```
The final line of the output script should read: The final line of the output script should read:
......
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