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 2018/12/13 08:27:16 UTC

[GitHub] ciyongch commented on issue #13634: Slow CPU inference in Gluon GRU module

ciyongch commented on issue #13634: Slow CPU inference in Gluon GRU module
URL: https://github.com/apache/incubator-mxnet/issues/13634#issuecomment-446882583
 
 
   @pengzhao-intel @TaoLv @marekjg The current MXNet already supports fusedRNN in Gluon, gluon.rnn.GRU will call fusedGRU, while gluon.rnn.GRUCell will call the fullyconnected + activation implementation. Will take a look at this.

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