Typedef torch::nn::FeatureAlphaDropoutOptions¶
Defined in File dropout.h
Typedef Documentation¶
-
using torch::nn::FeatureAlphaDropoutOptions = DropoutOptions¶
Options for the
FeatureAlphaDropout
module.Example:
FeatureAlphaDropout model(FeatureAlphaDropoutOptions(0.2).inplace(true));