allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 133 forks source link

Better API around continuing training #403

Open matt-gardner opened 7 years ago

matt-gardner commented 7 years ago

Currently, if you want to load a model trained on one dataset and continue training, you can kind of do that, but it will end up overwriting the model that you loaded, which is a problem. We should add nice functionality around continuing training.