OutputLayerBase.ConfigΒΆ

Component: OutputLayerBase

class OutputLayerBase.Config

Bases: Module.Config

All Attributes (including base classes)

load_path: Optional[str] = None
save_path: Optional[str] = None
freeze: bool = False
shared_module_key: Optional[str] = None
Subclasses
  • DenseRetrievalOutputLayer.Config
  • PairwiseCosineDistanceOutputLayer.Config
  • BinaryClassificationOutputLayer.Config
  • ClassificationOutputLayer.Config
  • MultiLabelOutputLayer.Config
  • MulticlassOutputLayer.Config
  • PairwiseCosineRegressionOutputLayer.Config
  • RegressionOutputLayer.Config
  • IntentSlotOutputLayer.Config
  • LMOutputLayer.Config
  • PairwiseRankingOutputLayer.Config
  • SquadOutputLayer.Config
  • CRFOutputLayer.Config
  • WordTaggingOutputLayer.Config

Default JSON

{
    "load_path": null,
    "save_path": null,
    "freeze": false,
    "shared_module_key": null
}