Creates a log softmax layer
layer_activation_log_softmax(object, axis = -1, trainable = TRUE)
Arguments
axis |
Integer specifying which axis. |
trainable |
Whether the layer weights will be updated during training. |
Value
a keras layer tensor
Author
Tustison NJ