Skip to content
#

tvm

Here are 55 public repositories matching this topic...

yolov5-rt-stack
erfaneshratifar
erfaneshratifar commented Jul 15, 2021

I'm getting this error when converting a customized yolov5 to yolort:

Traceback (most recent call last):
  File "convert_ultralytics_to_yolort.py", line 31, in <module>
    num_classes=80)
  File "/yolov5/yolort/utils/update_module_state.py", line 74, in update_module_state_from_ultralytics
    module_state_updater.updating(model)
  File "/yolov5/yolort/utils/update_module_state.py", li

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.

  • Updated Jun 25, 2021
  • C

Improve this page

Add a description, image, and links to the tvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tvm topic, visit your repo's landing page and select "manage topics."

Learn more