Ver código fonte

Merge pull request #29 from swlsw/master

Fix Typo in inception/README.md
Martin Wicke 9 anos atrás
pai
commit
97ecee9ebb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      inception/README.md

+ 1 - 1
inception/README.md

@@ -96,7 +96,7 @@ DATA_DIR=$HOME/imagenet-data
 bazel build -c opt inception/download_and_preprocess_imagenet
 
 # 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: