Mila 0.13.48
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.Component;

Classes

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

Namespaces

namespace  Mila
 Mila main API namespace.
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 ModuleConfig CRTP base and adds Dropout-specific options: dropout probability and training mode behavior.

Exposed as part of the Dropout module via module partitions.