I\'m using tensorflow2.4, and new to tensorflow
Here\'s the code
model = Sequential() model.add(LSTM(32, input_shape=(X_train.shape[1:]))) model.add(Dr