Commit 236a5ec0 authored by Lawrence McAfee's avatar Lawrence McAfee
Browse files

switched tensorboard memory logging from opt-out to opt-in

parent 24b7c3c0
......@@ -328,8 +328,8 @@ def _add_logging_args(parser):
action='store_true',
help='If set, write validation perplexity to '
'tensorboard.')
group.add_argument('--no-log-memory-to-tensorboard',
action='store_false',
group.add_argument('--log-memory-to-tensorboard',
action='store_true',
help='Disable memory logging to tensorboard.',
dest='log_memory_to_tensorboard')
......
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