I have simpleRNN style model
simpleRNN
n_hidden = 512 model = Sequential() model.add(SimpleRNN(n_hidden, input_shape=(12, 4), return_sequences=