View source: R/gen-namespace.R
torch_rrelu_ | R Documentation |
Rrelu_
torch_rrelu_(
self,
lower = 0.125,
upper = 0.333333333333333,
training = FALSE,
generator = NULL
)
self |
the input tensor |
lower |
lower bound of the uniform distribution. Default: 1/8 |
upper |
upper bound of the uniform distribution. Default: 1/3 |
training |
bool wether it's a training pass. DEfault: FALSE |
generator |
random number generator |
In-place version of torch_rrelu
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.