Commit 1d1b3408 authored by Martin Wicke's avatar Martin Wicke
Browse files

Merge pull request #28 from LiberiFatali/master

Fix typo mistake, fixes #27.
parents 97ecee9e 65f21c1e
......@@ -318,7 +318,7 @@ FLOWERS_DATA_DIR=$HOME/flowers-data
bazel build -c opt inception/download_and_preprocess_flowers
# 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment