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

Refactor progress bars #5

Closed PhilippvK closed 2 years ago

PhilippvK commented 2 years ago

The --progress option is available for the mlonmcu flow and mlonmcu setup commands.

I modified their format string to get rid of the estimated remaining which which is not useful for our approach. However it would be great if we could add an indicator of how long is the underlying process running.

PhilippvK commented 2 years ago

The time spent until the last increment is now displayed after progress bar. It is therefore not incrementing continuously.

Also there is a "bug" that the progress bar does not update at all when a step was very short. This should be fixable by tuning some of the configured latencies.