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
bf46247b
Commit
bf46247b
authored
May 30, 2017
by
Neal Wu
Committed by
GitHub
May 30, 2017
Browse files
Merge pull request #1517 from frankchn/master
SYNSETS contains the full path and does not need pwd prepended.
parents
8b760f85
444310f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
inception/inception/data/download_imagenet.sh
inception/inception/data/download_imagenet.sh
+0
-1
No files found.
inception/inception/data/download_imagenet.sh
View file @
bf46247b
...
...
@@ -40,7 +40,6 @@ fi
OUTDIR
=
"
${
1
:-
./imagenet-data
}
"
SYNSETS_FILE
=
"
${
2
:-
./synsets.txt
}
"
SYNSETS_FILE
=
"
${
PWD
}
/
${
SYNSETS_FILE
}
"
echo
"Saving downloaded files to
$OUTDIR
"
mkdir
-p
"
${
OUTDIR
}
"
...
...
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