TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

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 FeatureAlphaDropout for details.

Ask DeepWiki