Alpha_dropout
Applies alpha dropout to the input.
nnf_alpha_dropout(input, p = 0.5, training = FALSE, inplace = FALSE)
input |
the input tensor |
p |
probability of an element to be zeroed. Default: 0.5 |
training |
apply dropout if is |
inplace |
If set to |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.