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

Commit

Permalink
add an instruction to run full INT8 model of ResNet-50 v1.0 test in R…
Browse files Browse the repository at this point in the history
…EADME.md
  • Loading branch information
daisyden committed Mar 4, 2019
1 parent 58d4396 commit 362a3b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 362a3b3

Please sign in to comment.