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

fixed help message; removed redundant destination variable

parent 236a5ec0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -330,8 +330,7 @@ def _add_logging_args(parser):
                       'tensorboard.')
    group.add_argument('--log-memory-to-tensorboard',
                       action='store_true',
                       help='Disable memory logging to tensorboard.',
                       dest='log_memory_to_tensorboard')
                       help='Enable memory logging to tensorboard.')

    return parser