What is the default activation function of cudnnlstm in tensorflow
问题 What's the default activation function of cudnnlstm in TensorFlow? How can I set an activation function such as relu ? Maybe it's just linear model? I read the document, but I did not find it. For example, the code is below: lstmcell=tf.contrib.cudnn_rnn.CudnnLSTM(1,encoder_size,direction="bidirectional") hq,_ =lstmcell(query) And I read the document of TensorFlow From this link. The function is below __init__( num_layers, num_units, input_mode=CUDNN_INPUT_LINEAR_MODE, direction=CUDNN_RNN