We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ecee9 + 65f21c1 commit 1d1b340Copy full SHA for 1d1b340
inception/README.md
@@ -318,7 +318,7 @@ FLOWERS_DATA_DIR=$HOME/flowers-data
318
bazel build -c opt inception/download_and_preprocess_flowers
319
320
# run it
321
-bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}$"
+bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}"
322
```
323
324
If the script runs successfully, the final line of the terminal output should
0 commit comments