Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
cf3c9198
Commit
cf3c9198
authored
Jun 23, 2021
by
Sylvain Gugger
Browse files
Fix default to logging_dir lost in merge conflict
parent
07ae6103
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/training_args.py
src/transformers/training_args.py
+1
-1
No files found.
src/transformers/training_args.py
View file @
cf3c9198
...
@@ -434,7 +434,7 @@ class TrainingArguments:
...
@@ -434,7 +434,7 @@ class TrainingArguments:
"help"
:
"When doing a multinode distributed training, whether to log once per node or just once on the main node."
"help"
:
"When doing a multinode distributed training, whether to log once per node or just once on the main node."
},
},
)
)
logging_dir
:
Optional
[
str
]
=
field
(
default
_factory
=
default_logdir
,
metadata
=
{
"help"
:
"Tensorboard log dir."
})
logging_dir
:
Optional
[
str
]
=
field
(
default
=
None
,
metadata
=
{
"help"
:
"Tensorboard log dir."
})
logging_strategy
:
IntervalStrategy
=
field
(
logging_strategy
:
IntervalStrategy
=
field
(
default
=
"steps"
,
default
=
"steps"
,
metadata
=
{
"help"
:
"The logging strategy to use."
},
metadata
=
{
"help"
:
"The logging strategy to use."
},
...
...
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