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
792 stars 130 forks source link

tutorial for inference did not work #81

Open lange-bleu opened 1 year ago

lange-bleu commented 1 year ago

I followed the Detailed Instruction,it went wrong at "python examples/vww.py"

IMG_3179

meenchen commented 1 year ago

Hi @lange-bleu,

I cannot reproduce this error on my side. Could you share more about your development environment?

lange-bleu commented 1 year ago

hi @meenchen the figure below shows my env I just run the Setup for Users in page https://github.com/mit-han-lab/tinyengine/tree/main $conda create -n tinyengine python=3.6 $pip install -r requirements.txt then I follow the Detailed Instruction in page https://github.com/mit-han-lab/tinyengine/tree/main/tutorial/inference

IMG_3180(20230509-132701)