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/03/27 02:59:05 UTC

[GitHub] xiaotao321 opened a new issue #10257: class mxnet.gluon.rnn.RNN has a mistake default activation function in official document.

xiaotao321 opened a new issue #10257: class mxnet.gluon.rnn.RNN has a mistake  default activation function in official document.
URL: https://github.com/apache/incubator-mxnet/issues/10257
 
 
   ## Description
   class mxnet.gluon.rnn.RNN has a mistake  default activation function in official document.
   
   ## Error Message:
   [here](url) has a conflict about the default activation function of RNN.
   
   class mxnet.gluon.rnn.RNN(hidden_size, num_layers=1, # **activation='relu'**, layout='TNC', dropout=0, bidirectional=False, i2h_weight_initializer=None, h2h_weight_initializer=None, i2h_bias_initializer='zeros', h2h_bias_initializer='zeros', input_size=0, **kwargs)
   
   Parameters:  activation ({'relu' or 'tanh'}, # **default 'tanh'**) – The activation function to use.
   
   
   
   
   
   
   
   
   
   
   

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