You need to sign in or sign up before continuing.
Commit e0790cca authored by Lysandre's avatar Lysandre
Browse files

Fix TAPAS doc

parent 6d2e864d
...@@ -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"}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment