Hacker News new | ask | show | jobs
by infnorm 3143 days ago
We developed TensorFlow lite to be small enough to target really small devices that lack MMU’s like the ARM Cortex M MCU series, but we haven’t done the actual work to target those devices. That being said, we are excited when the ecosystem and community around machine learning expands.
1 comments

Cortex-M compatibility was literally my first thought when I read this -- especially low-memory systems. Might have to hack it up myself.