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

Install Intel Caffe

Daisy Deng edited this page Sep 27, 2017 · 3 revisions

There are 3 steps getting benchmark performance of intel caffe (images/sec).

  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
  1. Run benchmark

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

Clone this wiki locally