OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.55k stars 2.19k forks source link

Checkpointing #189

Closed makovez closed 5 years ago

makovez commented 5 years ago

Is it possible to add new data to a model and continue to train that model with the new data ?

OlafenwaMoses commented 5 years ago

This will be added to the next release that will be available soon.

OlafenwaMoses commented 5 years ago

Hello @soermejo , thanks for your patience. This feature has been added in the latest version (v2.0.3). See the link below on how to use it.

https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Prediction/CUSTOMTRAINING.md#continuoustraining

Also, visit https://github.com/OlafenwaMoses/ImageAI for all the new features in this release.