AmbiqAI / neuralSPOT

NeuralSPOT is Ambiq's AI SDK and Toolkit
https://ambiq.com
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

AutoDeploy enhancements: Typehints, verbosity flag #99

Open apage224 opened 1 year ago

apage224 commented 1 year ago

For AutoDeploy, it would be nice to leverage static type hints for the various functions, especially those that use Pydantic models.

AutoDeploy CLI should expose a verbosity flag to control amount of logs, data pushed to stdout and stderr. E.g. only dump layer statistics when verbosity is high, Capture output of make commands when they fail.

carloshmorales commented 1 year ago

Verbosity feature added (#104)