Revert linebreak.
This commit is contained in:
parent
272ed99d24
commit
369e3c9fc3
@ -1,7 +1,6 @@
|
|||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import absolute_import, division, print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import absl.flags
|
import absl.flags
|
||||||
|
|
||||||
FLAGS = absl.flags.FLAGS
|
FLAGS = absl.flags.FLAGS
|
||||||
@ -119,8 +118,7 @@ def create_flags():
|
|||||||
f.DEFINE_boolean('show_progressbar', True, 'Show progress for training, validation and testing processes. Log level should be > 0.')
|
f.DEFINE_boolean('show_progressbar', True, 'Show progress for training, validation and testing processes. Log level should be > 0.')
|
||||||
|
|
||||||
f.DEFINE_boolean('log_placement', False, 'whether to log device placement of the operators to the console')
|
f.DEFINE_boolean('log_placement', False, 'whether to log device placement of the operators to the console')
|
||||||
f.DEFINE_integer('report_count', 5,
|
f.DEFINE_integer('report_count', 5, 'number of phrases with best WER, median WER and with worst WER to print out during a WER report')
|
||||||
'number of phrases with best WER, median WER and with worst WER to print out during a WER report')
|
|
||||||
|
|
||||||
f.DEFINE_string('summary_dir', '', 'target directory for TensorBoard summaries - defaults to directory "deepspeech/summaries" within user\'s data home specified by the XDG Base Directory Specification')
|
f.DEFINE_string('summary_dir', '', 'target directory for TensorBoard summaries - defaults to directory "deepspeech/summaries" within user\'s data home specified by the XDG Base Directory Specification')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user