ModelExporter.ConfigΒΆ

Component: ModelExporter

class ModelExporter.Config[source]

Bases: ConfigBase

All Attributes (including base classes)

export_logits: bool = False
export_raw_to_metrics: bool = False
Subclasses
  • DenseFeatureExporter.Config
  • InitPredictNetExporter.Config

Default JSON

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