powered by
Applies numerically stable softmax along rows so that each column (one sample) sums to 1.
ag_softmax(x)
ag_tensor of the same shape as x
x
ag_tensor of shape [classes, batch_size]
[classes, batch_size]