tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends
Apache License 2.0
29 stars 12 forks source link

Add ability to resume a (failed) run #28

Open PhilippvK opened 2 years ago

PhilippvK commented 2 years ago

It would be very helpful for debugging if there was a possibility to continue a run/session from the last completed stage. This we we could debug/tweek code for later stages much easier without waiting for all prior stages to complete.

For now, I would restrict the feature to always choose the most recent session.