python-alp
python-alp copied to clipboard
Support for sequential fit without reset Keras + Sklearn (warm_start)
We should allow the user to reuse the same parameters and optimizers' states for sequential fits.
expe.fit(...)
....
expe.fit(...)
Thus we should implement a train count using the trained attribute in the db.