From 362a3b375e8f5bc64f5338d18f1742448cfb8fb7 Mon Sep 17 00:00:00 2001 From: DaisyDeng Date: Mon, 4 Mar 2019 13:52:35 +0800 Subject: [PATCH] add an instruction to run full INT8 model of ResNet-50 v1.0 test in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4a7d915e1..f2a818f56 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ If some system tool like numactl is used to control CPU affinity, by default caf to use more than one thread per core. When less than required cores are specified, caffe will limit execution of OpenMP threads to specified cores only. +To collect performance on full INT8 model of ResNet-50 v1.0, please update the variables NUM_CORE, the batch size range s_BS and e_BS, and INSTANCES according to your test requirements, then run: + + . run.sh + +To verify the accuracy, please run + + . run_accuracy.sh + ## Best performance solution Please read [our Wiki](https://github.com/intel/caffe/wiki/Recommendations-to-achieve-best-performance) for our recommendations and configuration to achieve best performance on Intel CPUs.