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
FeatureConfigBatcherSchedulerConfigExponentialBatcherSchedulerConfigDecoderBase.ConfigIntentSlotModelDecoder.ConfigMLPDecoder.ConfigMLPDecoderQueryResponse.ConfigMLPDecoderTwoTower.ConfigCharacterEmbedding.ConfigDictEmbedding.ConfigEmbeddingBase.ConfigEmbeddingList.ConfigMLPEmbedding.ConfigScriptableEmbeddingList.ConfigWordEmbedding.ConfigWordSeqEmbedding.ConfigDenseRetrievalOutputLayer.ConfigPairwiseCosineDistanceOutputLayer.ConfigBinaryClassificationOutputLayer.ConfigClassificationOutputLayer.ConfigMultiLabelOutputLayer.ConfigMulticlassOutputLayer.ConfigPairwiseCosineRegressionOutputLayer.ConfigRegressionOutputLayer.ConfigIntentSlotOutputLayer.ConfigLMOutputLayer.ConfigOutputLayerBase.ConfigPairwiseRankingOutputLayer.ConfigSquadOutputLayer.ConfigCRFOutputLayer.ConfigWordTaggingOutputLayer.ConfigDotProductSelfAttention.ConfigMultiplicativeAttention.ConfigSequenceAlignedAttention.ConfigAugmentedLSTM.ConfigBiLSTM.ConfigBiLSTMDocAttention.ConfigBiLSTMDocSlotAttention.ConfigBiLSTMSlotAttention.ConfigBSeqCNNRepresentation.ConfigContextualIntentSlotRepresentation.ConfigDeepCNNRepresentation.ConfigDocNNRepresentation.ConfigHuggingFaceBertSentenceEncoder.ConfigHuggingFaceElectraSentenceEncoder.ConfigJointCNNRepresentation.ConfigSharedCNNRepresentation.ConfigOrderedNeuronLSTM.ConfigOrderedNeuronLSTMLayer.ConfigPassThroughRepresentation.ConfigLastTimestepPool.ConfigMaxPool.ConfigMeanPool.ConfigNoPool.ConfigPureDocAttention.ConfigRepresentationBase.ConfigSeqRepresentation.ConfigSparseTransformerSentenceEncoder.ConfigStackedBidirectionalRNN.ConfigTransformerSentenceEncoder.ConfigTransformerSentenceEncoderBase.ConfigRoBERTaEncoder.ConfigRoBERTaEncoderBase.ConfigRoBERTaEncoderJit.ConfigPyTextIncrementalDecoderComponent.ConfigPyTextSeq2SeqModule.ConfigDecoderWithLinearOutputProjection.Config
Default JSON
{
"load_path": null,
"save_path": null,
"freeze": false,
"shared_module_key": null
}