Commit bc5a8e20 authored by Lawrence McAfee's avatar Lawrence McAfee
Browse files

fixed help message; removed redundant destination variable

parent 236a5ec0
...@@ -330,8 +330,7 @@ def _add_logging_args(parser): ...@@ -330,8 +330,7 @@ def _add_logging_args(parser):
'tensorboard.') 'tensorboard.')
group.add_argument('--log-memory-to-tensorboard', group.add_argument('--log-memory-to-tensorboard',
action='store_true', action='store_true',
help='Disable memory logging to tensorboard.', help='Enable memory logging to tensorboard.')
dest='log_memory_to_tensorboard')
return parser return parser
......
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