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
89b5c296
Commit
89b5c296
authored
Jul 04, 2017
by
howard327
Browse files
modified the last line in download_and_convert_data.py scripts
parent
46ef4860
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slim/download_and_convert_data.py
slim/download_and_convert_data.py
+1
-1
No files found.
slim/download_and_convert_data.py
View file @
89b5c296
...
...
@@ -67,7 +67,7 @@ def main(_):
download_and_convert_mnist
.
run
(
FLAGS
.
dataset_dir
)
else
:
raise
ValueError
(
'dataset_name [%s] was not recognized.'
%
FLAGS
.
dataset_
dir
)
'dataset_name [%s] was not recognized.'
%
FLAGS
.
dataset_
name
)
if
__name__
==
'__main__'
:
tf
.
app
.
run
()
...
...
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