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 2017/11/07 22:50:23 UTC

[GitHub] eric-haibin-lin opened a new issue #8583: Improve custom cross-entropy operator example

eric-haibin-lin opened a new issue #8583: Improve custom cross-entropy operator example
URL: https://github.com/apache/incubator-mxnet/issues/8583
 
 
   In the recommender example, the custom cross-entropy operator can be implemented using NDArray instead of numpy, which gives much better performance. Changing the implementation to use NDArray will help other users who is learning MXNet / trying to use MXNet with custom ops.
   
   https://github.com/apache/incubator-mxnet/blob/master/example/recommenders/crossentropy.py
   

----------------------------------------------------------------
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