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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to