Bartvelp / edge_tpu_MNIST

Sample app using the MNIST data for the Edge TPU on the Coral dev board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages

tensorflow==2.1.0
numpy==1.18.2

And python 3 (v3.7.3) and the edgetpu_compiler

Order to run files

PC

Change conv to dense to try a model with a lot of dense layers.

rm ./models/* && ./run_training.sh

Coral Dev board

python edge_use_number_tflite.py

About

Sample app using the MNIST data for the Edge TPU on the Coral dev board


Languages

Language:Python 93.4%Language:Shell 6.6%