- Make sure you have to folders with the co-compiled models and the according inference_reference.csv file within this repo.
- Simply run
bash run_tests.sh i j
wherei
andj
are the different model folders you want to test, so the different combinations, e.g.bash run_tests.sh 0 5
would run the inference test for co-compiled models in foldermodels_0
up to foldermodels_5
. It is inclusive, so folder 5 will also be tested.
NOTE: After running only inception_v3, the benchmark for this model is about 51 ms.