Browse Source

Merge branch 'master' into master

swlsw 9 years ago
parent
commit
285edbe568
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inception/README.md

+ 1 - 1
inception/README.md

@@ -318,7 +318,7 @@ FLOWERS_DATA_DIR=$HOME/flowers-data
 bazel build -c opt inception/download_and_preprocess_flowers
 bazel build -c opt inception/download_and_preprocess_flowers
 
 
 # run it
 # run it
-bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}$"
+bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}"
 ```
 ```
 
 
 If the script runs successfully, the final line of the terminal output should
 If the script runs successfully, the final line of the terminal output should