Commit 9dd85db2 authored by Weixin Wang's avatar Weixin Wang
Browse files

Fix comment of parameter "output_codes"

parent 0f904081
...@@ -33,8 +33,7 @@ tf.flags.DEFINE_string('input_image', None, 'Location of input image. We rely ' ...@@ -33,8 +33,7 @@ tf.flags.DEFINE_string('input_image', None, 'Location of input image. We rely '
'formats are currently supported.') 'formats are currently supported.')
tf.flags.DEFINE_integer('iteration', 15, 'Quality level for encoding image. ' tf.flags.DEFINE_integer('iteration', 15, 'Quality level for encoding image. '
'Must be between 0 and 15 inclusive.') 'Must be between 0 and 15 inclusive.')
tf.flags.DEFINE_string('output_codes', None, 'Directory to save decoded ' tf.flags.DEFINE_string('output_codes', None, 'File to save output encoding.')
'images.')
tf.flags.DEFINE_string('model', None, 'Location of compression model.') tf.flags.DEFINE_string('model', None, 'Location of compression model.')
FLAGS = tf.flags.FLAGS FLAGS = tf.flags.FLAGS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment