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

Commit

Permalink
update the accuracy benchmark with winograd support
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyden committed May 14, 2019
1 parent 1141d7f commit f259210
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions run_accuracy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f259210

Please sign in to comment.