TTKintkeyo.hashnode.dev路Jul 7, 2021 路 6 min readExport FastAI ResNet models to ONNXA short guide on FastAI vision model conversion to ONNX. Code included. 馃憖 What is FastAI? FastAI is "making neural nets uncool again". It offers a high-level API to PyTorch. It could be considered the Keras of PyTorch (?). FastAI and the accompany...00
TTKintkeyo.hashnode.dev路Jun 30, 2021 路 15 min readTinyML: Machine Learning on ESP32 with MicroPythonDetecting gestures from time-series data with ESP32, accelerometer, and MicroPython in near real-time. Why this project? I wanted to build a TinyML application that uses time-series data and could be deployed to edge devices - ESP32 microcontroller...01S