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/05/15 21:45:35 UTC

[GitHub] mrkumar83 opened a new pull request #10957: Make inner transform activation configurable for LSTMCell

mrkumar83 opened a new pull request #10957: Make inner transform activation configurable for LSTMCell
URL: https://github.com/apache/incubator-mxnet/pull/10957
 
 
   ## Description ##
   Some papers recommend using sigmoid for the inner activation gate for an LSTM. 
   
   Other frameworks such as tensorflow alllow this: 
   https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/BasicLSTMCell
   where they have an activation parameter. 
   
   Wanted to provide something similar in MXNet.
   
   ## Checklist ##
   
   ### Essentials ###
   - To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [ ] Added Parameter to LSTMCell class for inner transform activation.
   
   

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