Relu6
Applies the element-wise function ReLU6(x)=min(max(0,x),6)ReLU6(x) = min(max(0,x), 6)ReLU6(x)=min(max(0,x),6).
nnf_relu6(input, inplace = FALSE)
input
inplace
Useful links