Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TensorFlow & TensorFlow-Lite Python API Benchmark App

Install Libraray

pip install -r requirements.txt

Run

# Run Benchmark
python benchmark.py -c=configs/<config_file>
# Accuracy Check
python accuracy_check.py -c=configs/<config_file> -d=<Inference Result(.json)>
# Run all kind of TFs
./run.sh