tinyengine
tinyengine copied to clipboard
Test accuracy of imagenet data set on MCU?
Great work, I was wondering how you tested the accuracy of testing the imagenet data set on MCU? Is it actually running on MCU? How is the test data stored on the MCU? I would like to do a baseline thank you very much.
Hi @ahdxwg,
We simulate the on-device inference with PyTorch (similar to how you do quantization-aware training) and measure the accuracy on servers.