python-alp icon indicating copy to clipboard operation
python-alp copied to clipboard

Support for sequential fit without reset Keras + Sklearn (warm_start)

Open tboquet opened this issue 8 years ago • 1 comments

We should allow the user to reuse the same parameters and optimizers' states for sequential fits.

expe.fit(...)
....
expe.fit(...)

tboquet avatar Jan 19 '17 20:01 tboquet

Thus we should implement a train count using the trained attribute in the db.

tboquet avatar Jan 19 '17 20:01 tboquet