Commit 285edbe5 authored by swlsw's avatar swlsw
Browse files

Merge branch 'master' into master

parents c17a8c07 1d1b3408
...@@ -318,7 +318,7 @@ FLOWERS_DATA_DIR=$HOME/flowers-data ...@@ -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
......
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