You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/01 05:20:47 UTC

[GitHub] wkcn commented on issue #14293: SOFTMAX is slow

wkcn commented on issue #14293: SOFTMAX is slow
URL: https://github.com/apache/incubator-mxnet/issues/14293#issuecomment-468546320
 
 
   There are two softmax implementations in MXNet: softmax and SoftmaxActivation, the 
   former is a naive implementation, but the latter is a cudnn one.
   
   Could you please try mx.nd.SoftmaxActivation?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services