How to train a keras lstm model more than one training data set but without letting it forget its previous training result?

前端 未结 0 552
长发绾君心
长发绾君心 2021-01-20 13:25

Normally with I got only ONE training data, I just do model.fit(x_train1, y_train1).

What should I do if I want to train the model with Two sets of train

相关标签:
回答
  • 消灭零回复
提交回复
热议问题