|
@@ -96,7 +96,7 @@ DATA_DIR=$HOME/imagenet-data
|
|
|
bazel build -c opt inception/download_and_preprocess_imagenet
|
|
bazel build -c opt inception/download_and_preprocess_imagenet
|
|
|
|
|
|
|
|
# run it
|
|
# run it
|
|
|
-bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}$"
|
|
|
|
|
|
|
+bazel-bin/inception/download_and_preprocess_imagenet "${DATA_DIR}"
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
The final line of the output script should read:
|
|
The final line of the output script should read:
|