nnf_alpha_dropout {torch} | R Documentation |
Alpha_dropout
Description
Applies alpha dropout to the input.
Usage
nnf_alpha_dropout(input, p = 0.5, training = FALSE, inplace = FALSE)
Arguments
input |
the input tensor |
p |
probability of an element to be zeroed. Default: 0.5 |
training |
apply dropout if is |
inplace |
If set to |
[Package torch version 0.13.0 Index]