What I am trying to do: Train multiple LSTM networks using a for loop.
This is the code to reproduce the error:
from keras.models import Model from ker