mit-han-lab / mcunet

[NeurIPS 2020] MCUNet: Tiny Deep Learning on IoT Devices; [NeurIPS 2021] MCUNetV2: Memory-Efficient Patch-based Inference for Tiny Deep Learning
https://mcunet.mit.edu
MIT License
426 stars 79 forks source link

the mcu side software paltform for deploy #5

Closed WANGSSSSSSS closed 1 year ago

WANGSSSSSSS commented 1 year ago

Thanks for your great works, i am trying to deploy mcunet to stm32f746g-disco, so i want to know what software platform you use to generate the runtime code(tf-micro, tvm), or you just write it line by line?

WANGSSSSSSS commented 1 year ago

tf-micro, i find it.

tonylins commented 1 year ago

Thanks for your interest in the work. we will also release TinyEngine later this summer, which will provide a faster and more memory-efficient inference compared to tf-lite.