Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit f259210

Browse files
committed
update the accuracy benchmark with winograd support
1 parent 1141d7f commit f259210

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

run_accuracy.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
# loss3/top-1 = 0.75522
77
# loss3/top-5 = 0.926621
88

9-
prototxt="./models/intel_optimized_models/resnet50_v1/resnet50_int8_acc.prototxt"
10-
sed -i "1,/dim/s/dim.*/dim:$bs/" $prototxt
9+
prototxt="./models/intel_optimized_models/int8/resnet50_int8_acc_clx_winograd.prototxt"
1110

12-
./build/tools/caffe test -model $prototxt -weights ./default_resnet_50_16_nodes_iter_56300.caffemodel --iterations 1000 --engine MKLDNN
11+
./build/tools/caffe test -model $prototxt -weights ./resnet50_clx_force_u8.caffemodel --iterations 1000 --engine MKLDNN
1312

0 commit comments

Comments
 (0)