|
Mila
Deep Neural Network Library
|
Configuration interface for the Dropout regularization module in the Mila DNN framework. More...
Classes | |
| class | Mila::Dnn::DropoutConfig |
| Configuration class for Dropout module. More... | |
Namespaces | |
| namespace | Mila |
| namespace | Mila::Dnn |
Configuration interface for the Dropout regularization module in the Mila DNN framework.
Defines the DropoutConfig class, providing a type-safe fluent interface for configuring Dropout regularization modules. Inherits from ComponentConfig CRTP base and adds Dropout-specific options: dropout probability and training mode behavior.
Exposed as part of the Dropout module via module partitions.