We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1141d7f commit f259210Copy full SHA for f259210
1 file changed
run_accuracy.sh
@@ -6,8 +6,7 @@
6
# loss3/top-1 = 0.75522
7
# loss3/top-5 = 0.926621
8
9
-prototxt="./models/intel_optimized_models/resnet50_v1/resnet50_int8_acc.prototxt"
10
-sed -i "1,/dim/s/dim.*/dim:$bs/" $prototxt
+prototxt="./models/intel_optimized_models/int8/resnet50_int8_acc_clx_winograd.prototxt"
11
12
-./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
13
0 commit comments