This commit is contained in:
Daniël de Kok 2024-04-23 09:19:26 +02:00
parent 8a6c848f15
commit 66ba4ee7c4

View File

@ -483,8 +483,8 @@ activations of the pipe's model are stored in the
[`Doc.activations`](/api/doc#attributes) dictionary when
[`set_annotations`](/api/pipe#set_annotations) is called.
| Name | Description |
| ----------- | ------------------------------------------------------------------------------------------------- |
| Name | Description |
| ----------- | ----------------------------------------------------------------------------------------------------------- |
| **RETURNS** | Whether to save activations in the `Doc` object in [`set_annotations`](/api/pipe#set_annotations). ~~bool~~ |
## TrainablePipe.set_output {id="set_output",tag="method"}