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


With regards,
Apache Git Services

Reply via email to