Skip to content

Installation

Maziar Korzani edited this page Jun 8, 2022 · 1 revision

Anaconda in Linux platforms:

  1. clone a copy of this code on your computer
    git clone https://github.com/MGK-Lab/caffe.git
  2. create a new environment for caffe by running
    conda env create -f caffe_conda_env.yml
  3. compile it
    python3 setup.py build_ext --inplace
  4. run your first test
    python3 run_caffe.py

Clone this wiki locally