FeatureAlphaDropout =================== Randomly masks out entire channels (a channel is a feature map) given a batch of multi-channel input. **Abstract Signature:** ``FeatureAlphaDropout(input: Tensor, p: float = 0.5, training: bool = False, inplace: bool = False)`` .. raw:: html
—————