Closed jjerphan closed 6 years ago
Models are trained but they should also be saved. Histories of training phases can be obtained and could be saved to for further analysis.
Models and histories to be saved in models : for now, only the models are dumped in a .h5 file ; there is a little serialization problem with histories.
models
.h5
The problem as been resolved in the branch improvements : the history dictionary of the History object return by model.fit is serialized using pickle.
improvements
history
History
model.fit
pickle
This first problem (serializing the History object) is known.
Models are trained but they should also be saved. Histories of training phases can be obtained and could be saved to for further analysis.