"doc/git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "7e6459471e7c28d67ab51ed7989a73e2167e6a37"
Commit c5ac91b4 authored by drpngx's avatar drpngx Committed by GitHub
Browse files

Merge pull request #547 from wwxcab/master

Fix comment of parameter "output_codes"
parents 7582858d 9dd85db2
...@@ -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