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.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Framework development discussions and thorough bug reports are collected on [Iss
20
20
21
21
Happy brewing!
22
22
23
-
# IntelCaffe
23
+
# Intel® Distribution of Caffe*
24
24
This fork is dedicated to improving Caffe performance when running on CPU, in particular Intel® Xeon processors (HSW, BDW, Xeon Phi)
25
25
26
26
## Building
@@ -43,7 +43,7 @@ limit execution of OpenMP threads to specified cores only.
43
43
Please read [release notes](https://github.com/intel/caffe/blob/master/docs/release_notes.md) for our recommendations and configuration to achieve best performance on Intel CPUs.
44
44
45
45
## Multinode Training
46
-
IntelCaffe multinode allows you to execute deep neural network training on multiple machines.
46
+
Intel® Distribution of Caffe* multi-node allows you to execute deep neural network training on multiple machines.
47
47
48
48
To understand how it works and read some tutorials, go to our Wiki. Start from https://github.com/intelcaffe/caffe/wiki/Multinode-guide.
49
49
@@ -59,3 +59,6 @@ Please cite Caffe in your publications if it helps your research:
59
59
Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
60
60
Year = {2014}
61
61
}
62
+
63
+
***
64
+
*Other names and brands may be claimed as the property of others
Copy file name to clipboardExpand all lines: docs/release_notes.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,10 @@ This fork is dedicated to improving Caffe performance when running on CPU, in pa
64
64
# Installation
65
65
66
66
Prior to installing, have a glance through this guide and take note of the details for your platform.
67
-
We build and test Caffe on CentOS (7.0, 7.1, 7.2).
67
+
We build and test Intel® Distribution of Caffe* on CentOS (7.0, 7.1, 7.2).
68
68
The official Makefile and `Makefile.config` build are complemented by an automatic CMake build from the community.
69
69
70
-
When updating Caffe, it's best to `make clean` before re-compiling.
70
+
When updating Intel® Distribution of Caffe*, it's best to `make clean` before re-compiling.
71
71
72
72
## Prerequisites
73
73
@@ -118,15 +118,15 @@ Install MATLAB, and make sure that its `mex` is in your `$PATH`.
118
118
119
119
##Building for Intel® Architecture
120
120
121
-
This version of Caffe is optimized for Intel® Xeon processors and Intel® Xeon Phi™ processors. To achieve the best performance results on Intel Architecture we recommend building Caffe with [Intel® MKL](http://software.intel.com/en-us/intel-mkl) and enabling OpenMP support.
122
-
This Caffe version is seflcontained. This means that newest version of Intel MKL will be downloaded and installed during compilation of IntelCaffe.
121
+
This version of Caffe is optimized for Intel® Xeon processors and Intel® Xeon Phi™ processors. To achieve the best performance results on Intel Architecture we recommend building Intel® Distribution of Caffe* with [Intel® MKL](http://software.intel.com/en-us/intel-mkl) and enabling OpenMP support.
122
+
This Caffe version is seflcontained. This means that newest version of Intel MKL will be downloaded and installed during compilation of Intel® Distribution of Caffe*.
123
123
124
124
* Set `BLAS := mkl` in `Makefile.config`
125
-
* If you don't need GPU optimizations `CPU_ONLY := 1` flag in `Makefile.config` to configure and build Caffe without CUDA.
125
+
* If you don't need GPU optimizations `CPU_ONLY := 1` flag in `Makefile.config` to configure and build Intel® Distribution of Caffe* without CUDA.
126
126
127
-
[Intel MKL 2017] introduces optimized Deep Neural Network (DNN) performance primitives that allow to accelerate the most popular image recognition topologies. Caffe can take advantage of these primitives and get significantly better performance results compared to the previous versions of Intel MKL. There are two ways to take advantage of the new primitives:
127
+
[Intel MKL 2017] introduces optimized Deep Neural Network (DNN) performance primitives that allow to accelerate the most popular image recognition topologies. Intel® Distribution of Caffe* can take advantage of these primitives and get significantly better performance results compared to the previous versions of Intel MKL. There are two ways to take advantage of the new primitives:
128
128
129
-
* As default and recommended configuration Caffe is build with `USE_MKL2017_AS_DEFAULT_ENGINE := 1` in `Makefile.config`. All layers that will not have oher engine set in prototxt file (model) will use new Intel MKL primitives by default.
129
+
* As default and recommended configuration Intel® Distribution of Caffe* is build with `USE_MKL2017_AS_DEFAULT_ENGINE := 1` in `Makefile.config`. All layers that will not have oher engine set in prototxt file (model) will use new Intel MKL primitives by default.
130
130
* Set layer engine to `MKL2017` in prototxt file (model). Only this specific layer will be accelerated with new primitives.
131
131
132
132
*`USE_MKLDNN_AS_DEFAULT_ENGINE := 1` in `Makefile.config` is new integration with new MKLDNN engine. This is experimental solution - not recommended for buissnes users.
@@ -295,3 +295,5 @@ In folder `/examples/imagenet/` we provide scripts and instructions `readme.md`
295
295
296
296
Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE). The BVLC reference models are released for unrestricted use.
297
297
298
+
***
299
+
*Other names and brands may be claimed as the property of others
0 commit comments