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
c5ac91b4
Commit
c5ac91b4
authored
Oct 19, 2016
by
drpngx
Committed by
GitHub
Oct 19, 2016
Browse files
Merge pull request #547 from wwxcab/master
Fix comment of parameter "output_codes"
parents
7582858d
9dd85db2
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 @
c5ac91b4
...
...
@@ -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