Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5481748 + f9e702d commit 97ecee9Copy full SHA for 97ecee9
inception/README.md
@@ -96,7 +96,7 @@ DATA_DIR=$HOME/imagenet-data
96
bazel build -c opt inception/download_and_preprocess_imagenet
97
98
# run it
99
-bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}$"
+bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}"
100
```
101
102
The final line of the output script should read:
0 commit comments