python2.7 -m virtualenv .venv
source .venv/bin/activate
pip install mbed-cli && mbed deploy
pip install utensor_cgen==0.3.3.dev2
- attach your board to the computer
- run
make compile
For the detailed guide, please refer to this post
python2.7 -m virtualenv .venv
source .venv/bin/activate
pip install mbed-cli && mbed deploy
pip install utensor_cgen==0.3.3.dev2
make compile
For the detailed guide, please refer to this post