Hello all,
I am currently using tensorflow with LSTM right now, but i’m running into a limitation where tensorflow LSTM will only work with the tanh activation function while still utilizing CUDNN. I don’t understand why CUDA limits the activation function type for LSTM. In this link above the RNN mode can specify LSTM, but you can’t do LSTM with RELU. I would expect there to be an RNN_LSTM_RELU mode in addition to just tanh. Can anyone explain why LSTM relu isn’t supported in CUDNN and if this will ever be supported? Thanks