When try to import the LSTM layer I encounter the following error:
from keras.layers.recurrent import LSTM
No module named 'LSTM'
So, I tried to download this module from website and another problem is the file type is .tar
I don't know how to install it.