mit-han-lab / tinyengine

[NeurIPS 2020] MCUNet: Tiny Deep Learning on IoT Devices; [NeurIPS 2021] MCUNetV2: Memory-Efficient Patch-based Inference for Tiny Deep Learning; [NeurIPS 2022] MCUNetV3: On-Device Training Under 256KB Memory
https://mcunet.mit.edu
MIT License
757 stars 127 forks source link

keras model for the mcunet-5-fps-vww model #64

Closed brainchip-india closed 1 year ago

brainchip-india commented 1 year ago

Hi @meenchen, can I get the base keras model of mcunet-5-fps-vww model prior converting it to tflite? Thanks.

meenchen commented 1 year ago

Hi @brainchip-india, unfortunately, we don't have the base keras model as we directly convert pytorch model to tflite.

brainchip-india commented 1 year ago

Thanks @meenchen.