Closed somang closed 4 years ago
Hi!
You can simply access the trained model at the ActiveLearner.estimator
attribute. This is a Keras object, so you can save it just as you would save it without modAL. Let me know if there are any additional problems!
Thank you!
Hi, I have used the modAL to load up my Kears model from (.h5) file, then to use an active learning process to refine the learning. I was wondering if it is possible to export the model to Keras, once we trained the model using modAL, ActiveLearner.teach().
Or is this an impossible atm?