From 9690cd18239ae8ac4a5885618d63913e0eab74db Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sun, 7 Mar 2021 16:39:14 -0500 Subject: [PATCH] chore: Change default to bmp --- runtime/experiments/applications/imageclassification/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/experiments/applications/imageclassification/run.sh b/runtime/experiments/applications/imageclassification/run.sh index ed18b73..96c8db1 100755 --- a/runtime/experiments/applications/imageclassification/run.sh +++ b/runtime/experiments/applications/imageclassification/run.sh @@ -26,8 +26,8 @@ total_count=50 # We are currently unclear why the image classifier isn't working properly # Both bmp and png formats are added to the repo while debugging -# file_type=bmp -file_type=png +file_type=bmp +# file_type=png for class in airplane automobile bird cat deer dog frog horse ship truck; do for instance in 1 2 3 4 5 6 7 8 9 10; do