From f25921042390c0c2713d38d24f371aefbee2def7 Mon Sep 17 00:00:00 2001 From: Daisy Deng Date: Tue, 14 May 2019 17:25:55 +0800 Subject: [PATCH] update the accuracy benchmark with winograd support --- run_accuracy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/run_accuracy.sh b/run_accuracy.sh index 80cd1b919..a3f67581a 100755 --- a/run_accuracy.sh +++ b/run_accuracy.sh @@ -6,8 +6,7 @@ # loss3/top-1 = 0.75522 # loss3/top-5 = 0.926621 -prototxt="./models/intel_optimized_models/resnet50_v1/resnet50_int8_acc.prototxt" -sed -i "1,/dim/s/dim.*/dim:$bs/" $prototxt +prototxt="./models/intel_optimized_models/int8/resnet50_int8_acc_clx_winograd.prototxt" -./build/tools/caffe test -model $prototxt -weights ./default_resnet_50_16_nodes_iter_56300.caffemodel --iterations 1000 --engine MKLDNN +./build/tools/caffe test -model $prototxt -weights ./resnet50_clx_force_u8.caffemodel --iterations 1000 --engine MKLDNN