You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
[](https://gitter.im/BVLC/caffe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
17
+
18
+
Please join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models.
19
+
Framework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues).
20
+
21
+
Happy brewing!
22
+
23
+
24
+
# SSD: Single Shot MultiBox Detector
25
+
This repository contains merged code issued as pull request to BVLC caffe written by:
Original branch can be found at https://github.com/weiliu89/caffe/tree/ssd.
29
+
30
+
Read our [wiki page](https://github.com/intel/caffe/wiki/SSD:-Single-Shot-MultiBox-Detector) for more details.
31
+
1
32
# Intel® Distribution of Caffe*
2
33
This fork is dedicated to improving Caffe performance when running on CPU, in particular Intel® Xeon processors.
3
34
4
35
## Building
5
-
Build procedure is the same as on bvlc-caffe-master branch, see section "Caffe". Both Make and CMake can be used.
36
+
Build procedure is the same as on bvlc-caffe-master branch. Both Make and CMake can be used.
6
37
When OpenMP is available will be used automatically.
7
38
8
39
## Running
@@ -17,23 +48,9 @@ If some system tool like numactl is used to control CPU affinity, by default caf
17
48
to use more than one thread per core. When less than required cores are specified, caffe will
18
49
limit execution of OpenMP threads to specified cores only.
19
50
20
-
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:
21
-
22
-
. run.sh
23
-
24
-
To verify the accuracy, please run
25
-
26
-
. run_accuracy.sh
27
-
28
51
## Best performance solution
29
52
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.
30
53
31
-
Results:
32
-
33
-
Performance and convergence test result: https://github.com/intel/caffe/wiki/INTEL%C2%AE-OPTIMIZED-CAFFE-PERFORMANCE-AND-CONVERGENCE.
34
-
35
-
Scaling test result on AWS: https://github.com/intel/caffe/wiki/Intel%C2%AE-Optimization-for-Caffe-AWS-EC2-C5-(SKX)-Multi-node-Scaling.
36
-
37
54
## Multinode Training
38
55
Intel® Distribution of Caffe* multi-node allows you to execute deep neural network training on multiple machines.
39
56
@@ -56,34 +73,4 @@ Please cite Caffe in your publications if it helps your research:
56
73
*Other names and brands may be claimed as the property of others
57
74
58
75
59
-
# SSD: Single Shot MultiBox Detector
60
-
This repository contains merged code issued as pull request to BVLC caffe written by:
[](https://gitter.im/BVLC/caffe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
83
-
84
-
Please join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models.
85
-
Framework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues).
0 commit comments