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

Install Intel Caffe

Feng Zou edited this page Dec 19, 2017 · 3 revisions

There are 3 steps getting benchmark performance of intel caffe (images/sec). In this page, we'll introduce how to get intel caffe source code, install dependencies and build intel caffe.

  1. Get intel caffe source code.
git clone https://github.com/intel/caffe.git
  1. Install dependencies and build intel caffe.
cd caffe
scripts/prepare_env.sh

for multinode,

cd caffe
scripts/prepare_env.sh --hostfile host_file

host_file includes node IPs. For example, it includes IPs of 4 nodes:

192.168.1.1
192.168.1.2
192.168.1.3
192.168.1.4
  1. Run benchmark

See https://github.com/intel/caffe/wiki/Run-benchmark

Clone this wiki locally