Module.ConfigΒΆ

Component: Module

class Module.Config

Bases: ConfigBase

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
  • FeatureConfig
  • BatcherSchedulerConfig
  • ExponentialBatcherSchedulerConfig
  • DecoderBase.Config
  • IntentSlotModelDecoder.Config
  • MLPDecoder.Config
  • MLPDecoderQueryResponse.Config
  • CharacterEmbedding.Config
  • DictEmbedding.Config
  • EmbeddingBase.Config
  • EmbeddingList.Config
  • WordEmbedding.Config
  • PairwiseCosineDistanceOutputLayer.Config
  • BinaryClassificationOutputLayer.Config
  • ClassificationOutputLayer.Config
  • MultiLabelOutputLayer.Config
  • MulticlassOutputLayer.Config
  • RegressionOutputLayer.Config
  • IntentSlotOutputLayer.Config
  • LMOutputLayer.Config
  • OutputLayerBase.Config
  • PairwiseRankingOutputLayer.Config
  • SquadOutputLayer.Config
  • CRFOutputLayer.Config
  • WordTaggingOutputLayer.Config
  • DotProductSelfAttention.Config
  • MultiplicativeAttention.Config
  • SequenceAlignedAttention.Config
  • AugmentedLSTM.Config
  • BiLSTM.Config
  • BiLSTMDocAttention.Config
  • BiLSTMDocSlotAttention.Config
  • BiLSTMSlotAttention.Config
  • BSeqCNNRepresentation.Config
  • ContextualIntentSlotRepresentation.Config
  • DeepCNNRepresentation.Config
  • DocNNRepresentation.Config
  • HuggingFaceBertSentenceEncoder.Config
  • JointCNNRepresentation.Config
  • SharedCNNRepresentation.Config
  • OrderedNeuronLSTM.Config
  • OrderedNeuronLSTMLayer.Config
  • PassThroughRepresentation.Config
  • LastTimestepPool.Config
  • MaxPool.Config
  • MeanPool.Config
  • NoPool.Config
  • PureDocAttention.Config
  • RepresentationBase.Config
  • SeqRepresentation.Config
  • SparseTransformerSentenceEncoder.Config
  • StackedBidirectionalRNN.Config
  • TransformerSentenceEncoder.Config
  • TransformerSentenceEncoderBase.Config
  • RoBERTaEncoder.Config
  • RoBERTaEncoderBase.Config
  • RoBERTaEncoderJit.Config

Default JSON

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