
Last chance! 50% off unlimited learning
Sale ends in
Applies the element-wise function:
nn_log_sigmoid()
Input: *
means, any number of additional
dimensions
Output:
# NOT RUN {
if (torch_is_installed()) {
m <- nn_log_sigmoid()
input <- torch_randn(2)
output <- m(input)
}
# }
Run the code above in your browser using DataLab