Rate this Page

Typedef torch::nn::FeatureAlphaDropoutOptions#

Typedef Documentation#

using torch::nn::FeatureAlphaDropoutOptions = DropoutOptions#

Options for the FeatureAlphaDropout module.

Example:

FeatureAlphaDropout model(FeatureAlphaDropoutOptions(0.2).inplace(true));