Output tensor (Inference Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
In the {{software}}, the following output tensors are supported: | In the {{software}}, the following output tensors are supported: | ||
* [[Boxes result type (Inference Overlay)|BOXES]] | * [[Boxes result type (Inference Overlay)|BOXES]] | ||
* LABELS | * [[Labels result type (Inference Overlay)|LABELS]] | ||
* MASKS | * [[Masks result type (Inference Overlay)|MASKS]] | ||
* SCORES | * [[Scores result type (Inference Overlay)|SCORES]] | ||
{{article end | {{article end |
Revision as of 09:29, 9 October 2024
An Output tensor is a multi-dimensional data array that serves as output for Neural Networks. Generally these output tensors are results of the operations applied by the convolution neural network on the input tensors. Depending on the type of neural network, multiple type of output tensors can be generated.
In the Tygron Platform, the following output tensors are supported:
Notes
- The inference overlay wizard will report an issue when a prequel is referenced by a tensor link and it is not yet specified for the Inference Overlay.