torch_celu {torch} | R Documentation |
Celu
Description
Celu
Usage
torch_celu(self, alpha = 1L)
Arguments
self |
the input tensor |
alpha |
the alpha value for the CELU formulation. Default: 1.0 |
celu(input, alpha=1.) -> Tensor
See nnf_celu()
for more info.
[Package torch version 0.13.0 Index]