Prelu
Applies element-wise the function PReLU(x) = max(0,x) + weight * min(0,x) where weight is a learnable parameter.
nnf_prelu(input, weight)
input |
(N,*) tensor, where * means, any number of additional dimensions |
weight |
(Tensor) the learnable weights |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.