mirror of
https://github.com/mit-han-lab/tinyengine.git
synced 2025-10-15 21:37:08 +08:00

* sparse training example on openmv cam * minor fix for openmv firmware compliation * python side code * mior * update README * remove fc only and update README * Update README.md * update news * update news * update link
8 lines
360 B
Bash
8 lines
360 B
Bash
cd ../../
|
|
export PYTHONPATH=${PYTHONPATH}:$(pwd)
|
|
cp -r TinyEngine examples/openmv_training_sparse/openmv/src/omv/modules/
|
|
cd examples/openmv_training_sparse
|
|
mkdir codegen
|
|
python ../tiny_training.py -f ../../assets/49kb-int8-graph.json -D ../../assets/full-int8-params.pkl -QAS ../../assets/scale.json -m -g -d -FR
|
|
mv codegen openmv/src/omv/modules/TinyEngine/
|