Explorar el Código

Merge pull request #29 from swlsw/master

Fix Typo in inception/README.md
Martin Wicke hace 9 años
padre
commit
97ecee9ebb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: