You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blaze supports the softmax operation and its rowwise and columnwise overloads (ref).
I like to request for the blaze_tensor to support this operation for tensors. As an example:
Blaze supports the softmax operation and its rowwise and columnwise overloads (ref).
I like to request for the blaze_tensor to support this operation for tensors. As an example:
results in
An example of possible python implementation is:
however, the blaze implementation would be mappped on the above function if we use
softmax<rowwise>
asaxis=1
andsoftmax<columnwise>
asaxis=0
.The text was updated successfully, but these errors were encountered: