Output¶
- class flash.core.data.io.output.Output(running_stage=None)[source]¶
An
Outputencapsulates a singletransform()method which is used to convert the model output into the desired output format when predicting.
An Output encapsulates a single transform() method which is
used to convert the model output into the desired output format when predicting.