API symbolsnn
Copy
tensorplay.nn.functional.feature_alpha_dropout
- tensorplay.nn.functional.feature_alpha_dropout(input: TensorBase, p: float = 0.5, training: bool = False, inplace: bool = False) TensorBase[source]
Randomly masks out entire channels, setting activations to the negative saturation value of the SELU activation function.
See
FeatureAlphaDropoutfor details.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
