InitPredictNetExporter.ConfigΒΆ

Component: InitPredictNetExporter

class InitPredictNetExporter.Config

Bases: ModelExporter.Config

All Attributes (including base classes)

export_logits: bool = False
export_raw_to_metrics: bool = False

Default JSON

{
    "export_logits": false,
    "export_raw_to_metrics": false
}