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
e0790cca
You need to sign in or sign up before continuing.
Commit
e0790cca
authored
Dec 17, 2020
by
Lysandre
Browse files
Fix TAPAS doc
parent
6d2e864d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/model_doc/tapas.rst
docs/source/model_doc/tapas.rst
+1
-1
No files found.
docs/source/model_doc/tapas.rst
View file @
e0790cca
...
@@ -346,7 +346,7 @@ of that:
...
@@ -346,7 +346,7 @@ of that:
... inputs,
... inputs,
... outputs.logits.detach(),
... outputs.logits.detach(),
... outputs.logits_aggregation.detach()
... outputs.logits_aggregation.detach()
...)
...
)
>>> # let's print out the results:
>>> # let's print out the results:
>>> id2aggregation = {0: "NONE", 1: "SUM", 2: "AVERAGE", 3:"COUNT"}
>>> id2aggregation = {0: "NONE", 1: "SUM", 2: "AVERAGE", 3:"COUNT"}
...
...
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