Rate this Page

Typedef torch::nn::Dropout3dOptions#

Typedef Documentation#

using torch::nn::Dropout3dOptions = DropoutOptions#

Options for the Dropout3d module.

Example:

Dropout3d model(Dropout3dOptions().p(0.42).inplace(true));