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/01/18 00:07:12 UTC

[GitHub] Ishitori opened a new issue #13925: [Feature Request] Add Simple Recurrent Unit (SRU)

Ishitori opened a new issue #13925: [Feature Request] Add Simple Recurrent Unit (SRU) 
URL: https://github.com/apache/incubator-mxnet/issues/13925
 
 
   ## Description
   Simple Recurrent Unit (SRU) is a new recurrent netowkr architecture that provides better parallelization compare to regular LSTM/GRU cells and in some cases better performance compare to CNN used for sequential data. The original code written in PyTorch + CUDA is open and available at https://github.com/taolei87/sru
   
   It would be great to port this layer into MXNet as it seems to be a basic building block for other models.
   
   @szha 

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