Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
DropoutConfig.ixx File Reference

Configuration interface for the Dropout regularization module in the Mila DNN framework. More...

#include <stdexcept>
import Dnn.ComponentConfig;
import Dnn.Module;

Classes

class  Mila::Dnn::DropoutConfig
 Configuration class for Dropout module. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 

Detailed Description

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.