Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97ecee9

Browse files
committed
Merge pull request tensorflow#29 from swlsw/master
Fix Typo in inception/README.md
2 parents 5481748 + f9e702d commit 97ecee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inception/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ DATA_DIR=$HOME/imagenet-data
9696
bazel build -c opt inception/download_and_preprocess_imagenet
9797

9898
# run it
99-
bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}$"
99+
bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}"
100100
```
101101

102102
The final line of the output script should read:

0 commit comments

Comments
 (0)