Please I tried importing CuDnnLSTM from tensorflow.keras.layers to increase my training speed but got this error. I know similar question has been asked by a user with Keras 2.0.8 and python 3.5.
My configuration is tensorflow version 2.0.0-beta1 and Python 3.6.10.
This is what I tried: from tensorflow.keras.layers import CuDNNLSTM
And I got this error, ImportError: cannot import name 'CuDNNLSTM'
Please any one has idea on how to fix this error? Thanks in advance!