Applies element-wise, the function .
Arguments
- input
(N,*) tensor, where * means, any number of additional
dimensions
- beta
the beta value for the Softplus formulation. Default: 1
- threshold
values above this revert to a linear function. Default: 20
Details
For numerical stability the implementation reverts to the linear function
when .