https://github.com/utensor/simple_cnn_tutorial
uTensor CNN tutorial code trained with Tensorflow
https://github.com/utensor/simple_cnn_tutorial
Last synced: 8 months ago
JSON representation
uTensor CNN tutorial code trained with Tensorflow
- Host: GitHub
- URL: https://github.com/utensor/simple_cnn_tutorial
- Owner: uTensor
- License: mit
- Created: 2019-02-16T08:24:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T10:15:45.000Z (over 1 year ago)
- Last Synced: 2025-07-08T02:04:19.336Z (9 months ago)
- Language: Python
- Homepage:
- Size: 762 KB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An End-to-End Tutorial Running CNN on MCU with uTensor
## Setup
1. `python2.7 -m virtualenv .venv`
2. `source .venv/bin/activate`
3. `pip install mbed-cli && mbed deploy`
4. `pip install utensor_cgen==0.3.3.dev2`
## Compilation
1. attach your board to the computer
2. run `make compile`
For the detailed guide, please refer to this [post](https://medium.com/@dboyliao/simple-cnn-on-mcu-with-utensor-372265ecc5b4)