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
9dd85db2
"docs/vscode:/vscode.git/clone" did not exist on "3a7dd7e367277c47472912e84375fa912df07328"
Commit
9dd85db2
authored
Oct 15, 2016
by
Weixin Wang
Browse files
Fix comment of parameter "output_codes"
parent
0f904081
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
compression/encoder.py
compression/encoder.py
+1
-2
No files found.
compression/encoder.py
View file @
9dd85db2
...
...
@@ -33,8 +33,7 @@ tf.flags.DEFINE_string('input_image', None, 'Location of input image. We rely '
'formats are currently supported.'
)
tf
.
flags
.
DEFINE_integer
(
'iteration'
,
15
,
'Quality level for encoding image. '
'Must be between 0 and 15 inclusive.'
)
tf
.
flags
.
DEFINE_string
(
'output_codes'
,
None
,
'Directory to save decoded '
'images.'
)
tf
.
flags
.
DEFINE_string
(
'output_codes'
,
None
,
'File to save output encoding.'
)
tf
.
flags
.
DEFINE_string
(
'model'
,
None
,
'Location of compression model.'
)
FLAGS
=
tf
.
flags
.
FLAGS
...
...
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