Skip to content
#

tvm

Here are 68 public repositories matching this topic...

morgoth95
morgoth95 commented Apr 24, 2022

The latest release of openvino has changed the inference engine API, providing a new API that takes advantage of the full potential of Intel's latest version of IR (IR 11). More information can be found at this link. We should adapt nebullvm's OpenVinoInferenceLearner to their latest API.

Usef

enhancement good first issue
yolov5-rt-stack
zhiqwang
zhiqwang commented Apr 7, 2022

I used following commad to export the ONNX models, and I use the 5.0 tag of ultralytics/yolov5 to train the model.pt. It raises an AttributeError: conv object has no attribute weight. How can I do for this error?

python tools/export_model.py --checkpoint_path model.pt --size_divisible 32

_Originally posted by @Deronjey in zhiqwang/yolov5-rt-stack#159 (comment)

documentation good first issue

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 Sep 22, 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