Sigmoid module
Applies the element-wise function:
nn_sigmoid()
*
if (torch_is_installed()) { m <- nn_sigmoid() input <- torch_randn(2) output <- m(input) }
Useful links
Downloads (last 30 days):