OrderedNeuronLSTM.ConfigΒΆ
Component: OrderedNeuronLSTM
-
class
OrderedNeuronLSTM.Config[source] Bases:
RepresentationBase.Config,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- dropout: float =
0.4- lstm_dim: int =
32- num_layers: int =
1
Default JSON
{
"load_path": null,
"save_path": null,
"freeze": false,
"shared_module_key": null,
"dropout": 0.4,
"lstm_dim": 32,
"num_layers": 1
}