Leaky_relu
Applies element-wise,
nnf_leaky_relu(input, negative_slope = 0.01, inplace = FALSE)
input
: (N,*) tensor, where * means, any number of additional dimensionsnegative_slope
: Controls the angle of the negative slope. Default: 1e-2inplace
: can optionally do the operation in-place. Default: FALSEUseful links