nnf_alpha_dropout | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.