RepresentationBase.ConfigΒΆ
Component: RepresentationBase
-
class
RepresentationBase.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
AugmentedLSTM.ConfigBiLSTM.ConfigBiLSTMDocAttention.ConfigBiLSTMDocSlotAttention.ConfigBiLSTMSlotAttention.ConfigBSeqCNNRepresentation.ConfigContextualIntentSlotRepresentation.ConfigDeepCNNRepresentation.ConfigDocNNRepresentation.ConfigHuggingFaceBertSentenceEncoder.ConfigHuggingFaceElectraSentenceEncoder.ConfigJointCNNRepresentation.ConfigSharedCNNRepresentation.ConfigOrderedNeuronLSTM.ConfigPassThroughRepresentation.ConfigPureDocAttention.ConfigSeqRepresentation.ConfigSparseTransformerSentenceEncoder.ConfigTransformerSentenceEncoder.ConfigTransformerSentenceEncoderBase.ConfigRoBERTaEncoder.ConfigRoBERTaEncoderBase.ConfigRoBERTaEncoderJit.Config
Default JSON
{
"load_path": null,
"save_path": null,
"freeze": false,
"shared_module_key": null
}