I have train a LSTM model, and I\'ve save the model as follow:
model.save(\'model.h5\') model.save_weights(\'Model\') model.save(\'MODEL\')
B