Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
236a5ec0
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "6a05b274cc503276a4c1ac22a451df9184a9f761"
Commit
236a5ec0
authored
Jul 12, 2021
by
Lawrence McAfee
Browse files
switched tensorboard memory logging from opt-out to opt-in
parent
24b7c3c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
megatron/arguments.py
megatron/arguments.py
+2
-2
No files found.
megatron/arguments.py
View file @
236a5ec0
...
@@ -328,8 +328,8 @@ def _add_logging_args(parser):
...
@@ -328,8 +328,8 @@ def _add_logging_args(parser):
action
=
'store_true'
,
action
=
'store_true'
,
help
=
'If set, write validation perplexity to '
help
=
'If set, write validation perplexity to '
'tensorboard.'
)
'tensorboard.'
)
group
.
add_argument
(
'--
no-
log-memory-to-tensorboard'
,
group
.
add_argument
(
'--log-memory-to-tensorboard'
,
action
=
'store_
fals
e'
,
action
=
'store_
tru
e'
,
help
=
'Disable memory logging to tensorboard.'
,
help
=
'Disable memory logging to tensorboard.'
,
dest
=
'log_memory_to_tensorboard'
)
dest
=
'log_memory_to_tensorboard'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment