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
dc13e276
"docs/source/en/tasks/image_classification.md" did not exist on "4973d2a04c4745bda0c6973055789097e64b067f"
Unverified
Commit
dc13e276
authored
Dec 01, 2018
by
Davide Fiocco
Committed by
GitHub
Dec 01, 2018
Browse files
Point typo fix
parent
836b40be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/run_classifier.py
examples/run_classifier.py
+1
-1
No files found.
examples/run_classifier.py
View file @
dc13e276
...
@@ -416,7 +416,7 @@ def main():
...
@@ -416,7 +416,7 @@ def main():
parser
.
add_argument
(
'--gradient_accumulation_steps'
,
parser
.
add_argument
(
'--gradient_accumulation_steps'
,
type
=
int
,
type
=
int
,
default
=
1
,
default
=
1
,
help
=
"Number of updates steps to accumu
a
lte before performing a backward/update pass."
)
help
=
"Number of updates steps to accumul
a
te before performing a backward/update pass."
)
parser
.
add_argument
(
'--optimize_on_cpu'
,
parser
.
add_argument
(
'--optimize_on_cpu'
,
default
=
False
,
default
=
False
,
action
=
'store_true'
,
action
=
'store_true'
,
...
...
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