Is there any way to save or export knowledge which is learned while runtime?
hello,
Now I'm trying to implement ML library created by NanoEdgeAI Studio to our STM32C0 target board.
My anomaly detection ML looks work fine at this time, but I wonder that every time after boot the system I have to learn normal case.
For our application, sometimes the system will shutdown while the work flows.
I also have tried 'Embedded Knowledge' option, but it's not as well so far.
So I want to save knowledge after learning while runtime on Real-target, and then it may work fine while the same work flows.
When the work to flow changed, then reset (or re-initialize) knowledge and learn normal case in work-setup procedure. hmm, sounds good.
Is this possible?
BR,
mxo
