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
-
32
1
# Intel® Distribution of Caffe*
33
-
This fork is dedicated to improving Caffe performance when running on CPU, in particular Intel® Xeon processors (HSW, BDW, Xeon Phi)
2
+
This fork Caffe is dedicated to improving Caffe performance when running on CPU, in particular Intel® Xeon processors (HSW, BDW, Xeon Phi)
34
3
35
4
## Building
36
-
Build procedure is the same as on bvlc-caffe-master branch. Both Make and CMake can be used.
5
+
Build procedure is the same as on bvlc-caffe-master branch, see section "Caffe". Both Make and CMake can be used.
37
6
When OpenMP is available will be used automatically.
38
7
39
8
## Running
@@ -50,6 +19,7 @@ limit execution of OpenMP threads to specified cores only.
50
19
51
20
## Best performance solution
52
21
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.
22
+
Please find the performance and convergence test result at https://github.com/intel/caffe/wiki/INTEL%C2%AE-OPTIMIZED-CAFFE-PERFORMANCE-AND-CONVERGENCE
53
23
54
24
## Multinode Training
55
25
Intel® Distribution of Caffe* multi-node allows you to execute deep neural network training on multiple machines.
@@ -73,4 +43,34 @@ Please cite Caffe in your publications if it helps your research:
73
43
*Other names and brands may be claimed as the property of others
74
44
75
45
46
+
# SSD: Single Shot MultiBox Detector
47
+
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)
70
+
71
+
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.
72
+
Framework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues).
0 commit comments