Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
091d6e4a
Commit
091d6e4a
authored
Sep 13, 2016
by
Chris Shallue
Browse files
Fix bug in relative path of shell scripts built with bazel.
parent
754c5a90
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
inception/inception/data/download_and_preprocess_flowers.sh
inception/inception/data/download_and_preprocess_flowers.sh
+1
-1
inception/inception/data/download_and_preprocess_flowers_mac.sh
...ion/inception/data/download_and_preprocess_flowers_mac.sh
+1
-1
inception/inception/data/download_and_preprocess_imagenet.sh
inception/inception/data/download_and_preprocess_imagenet.sh
+1
-1
No files found.
inception/inception/data/download_and_preprocess_flowers.sh
View file @
091d6e4a
...
...
@@ -44,7 +44,7 @@ DATA_DIR="${1%/}"
SCRATCH_DIR
=
"
${
DATA_DIR
}
/raw-data/"
mkdir
-p
"
${
DATA_DIR
}
"
mkdir
-p
"
${
SCRATCH_DIR
}
"
WORK_DIR
=
"
$0
.runfiles/inception"
WORK_DIR
=
"
$0
.runfiles/
__main__/
inception"
# Download the flowers data.
DATA_URL
=
"http://download.tensorflow.org/example_images/flower_photos.tgz"
...
...
inception/inception/data/download_and_preprocess_flowers_mac.sh
View file @
091d6e4a
...
...
@@ -44,7 +44,7 @@ DATA_DIR="${1%/}"
SCRATCH_DIR
=
"
${
DATA_DIR
}
/raw-data/"
mkdir
-p
"
${
DATA_DIR
}
"
mkdir
-p
"
${
SCRATCH_DIR
}
"
WORK_DIR
=
"
$0
.runfiles/inception"
WORK_DIR
=
"
$0
.runfiles/
__main__/
inception"
# Download the flowers data.
DATA_URL
=
"http://download.tensorflow.org/example_images/flower_photos.tgz"
...
...
inception/inception/data/download_and_preprocess_imagenet.sh
View file @
091d6e4a
...
...
@@ -58,7 +58,7 @@ DATA_DIR="${1%/}"
SCRATCH_DIR
=
"
${
DATA_DIR
}
/raw-data/"
mkdir
-p
"
${
DATA_DIR
}
"
mkdir
-p
"
${
SCRATCH_DIR
}
"
WORK_DIR
=
"
$0
.runfiles/inception"
WORK_DIR
=
"
$0
.runfiles/
__main__/
inception"
# Download the ImageNet data.
LABELS_FILE
=
"
${
WORK_DIR
}
/data/imagenet_lsvrc_2015_synsets.txt"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment