Skip to content

Commit 1d1b340

Browse files
committed
Merge pull request tensorflow#28 from LiberiFatali/master
Fix typo mistake, fixes tensorflow#27.
2 parents 97ecee9 + 65f21c1 commit 1d1b340

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
@@ -318,7 +318,7 @@ FLOWERS_DATA_DIR=$HOME/flowers-data
318318
bazel build -c opt inception/download_and_preprocess_flowers
319319

320320
# run it
321-
bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}$"
321+
bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}"
322322
```
323323

324324
If the script runs successfully, the final line of the terminal output should

0 commit comments

Comments
 (0)