naibaf7 / opencl_caffe_examples

Some easy OpenCL Caffe examples for starters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opencl_caffe_examples

Some basic and advanced OpenCL Caffe examples for starters

Configuration

  1. Clone this repository: git clone git@github.com:naibaf7/opencl_caffe_examples.git
  2. Clone OpenCL Caffe next to this repository: git clone -b opencl git@github.com:BVLC/caffe.git
  3. Configure and compile Caffe (mkdir build; cd build; cmake ..; make all -j4; make pycaffe -j4)
  4. Run ipython3 notebook and test the examples

About

Some easy OpenCL Caffe examples for starters


Languages

Language:Python 99.6%Language:Shell 0.4%