Commit f9e702d4 authored by swlsw's avatar swlsw
Browse files

Fix Typos in inception/README.md

parent 54817481
...@@ -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