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
chenpangpang
transformers
Commits
268bf346
Unverified
Commit
268bf346
authored
Aug 04, 2020
by
Stas Bekman
Committed by
GitHub
Aug 04, 2020
Browse files
typo (#6225)
parent
7f65daa2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/transformers/benchmark/benchmark_args_utils.py
src/transformers/benchmark/benchmark_args_utils.py
+2
-2
No files found.
src/transformers/benchmark/benchmark_args_utils.py
View file @
268bf346
...
@@ -62,8 +62,8 @@ class BenchmarkArguments:
...
@@ -62,8 +62,8 @@ class BenchmarkArguments:
fp16
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Use FP16 to accelerate inference."
})
fp16
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Use FP16 to accelerate inference."
})
training
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Benchmark training of model"
})
training
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Benchmark training of model"
})
verbose
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Verbose memory tracing"
})
verbose
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Verbose memory tracing"
})
no_speed
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Don't perform speed measurments"
})
no_speed
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Don't perform speed measur
e
ments"
})
no_memory
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Don't perform memory measurments"
})
no_memory
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Don't perform memory measur
e
ments"
})
trace_memory_line_by_line
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Trace memory line by line"
})
trace_memory_line_by_line
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Trace memory line by line"
})
save_to_csv
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Save result to a CSV file"
})
save_to_csv
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Save result to a CSV file"
})
log_print
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Save all print statements in a log file"
})
log_print
:
bool
=
field
(
default
=
False
,
metadata
=
{
"help"
:
"Save all print statements in a log file"
})
...
...
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