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
f5518e56
Commit
f5518e56
authored
Sep 22, 2020
by
Sylvain Gugger
Browse files
Formatting
parent
17099ebd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/transformers/training_args.py
src/transformers/training_args.py
+3
-1
No files found.
src/transformers/training_args.py
View file @
f5518e56
...
@@ -263,7 +263,9 @@ class TrainingArguments:
...
@@ -263,7 +263,9 @@ class TrainingArguments:
eval_steps
:
int
=
field
(
default
=
None
,
metadata
=
{
"help"
:
"Run an evaluation every X steps."
})
eval_steps
:
int
=
field
(
default
=
None
,
metadata
=
{
"help"
:
"Run an evaluation every X steps."
})
dataloader_num_workers
:
int
=
field
(
dataloader_num_workers
:
int
=
field
(
default
=
0
,
default
=
0
,
metadata
=
{
"help"
:
"Number of subprocesses to use for data loading (PyTorch only). 0 means that the data will be loaded in the main process."
}
metadata
=
{
"help"
:
"Number of subprocesses to use for data loading (PyTorch only). 0 means that the data will be loaded in the main process."
},
)
)
past_index
:
int
=
field
(
past_index
:
int
=
field
(
...
...
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