Browse Source

Fix comment of parameter "output_codes"

Weixin Wang 9 years ago
parent
commit
9dd85db269
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compression/encoder.py

+ 1 - 2
compression/encoder.py

@@ -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