tum-ei-eda / utvm_staticrt_codegen

This project contains a code generator that produces static C NN inference deployment code targeting tiny micro-controllers (TinyML) as replacement for other µTVM runtimes. This tools generates a runtime, which statically executes the compiled model. This reduces the overhead in terms of code size and execution time compared to having a dynamic on-device runtime.
Apache License 2.0
27 stars 9 forks source link

utvm_gen_graph_and_params.py: Fix Deprecation #2

Closed PhilippvK closed 3 years ago

PhilippvK commented 3 years ago

This Warning should no longer be printed:

utvm_gen_graph_and_params.py:97: DeprecationWarning: legacy graph executor behavior of producing json / lib / params will be removed in the next release. Please see documents of tvm.contrib.graph_executor.GraphModule for the  new recommended usage.
rafzi commented 3 years ago

thanks!