BVLC / caffe

Caffe: a fast open framework for deep learning.

Home Page:http://caffe.berkeleyvision.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caffe installation

fatemehkalantari1993 opened this issue · comments

Hi,
in the past, I worked with Caffe on Ubuntu 16. Now, I update my Ubuntu to 20.4 and I can't install caffe on Ubuntu 20.4 the way before. Also, It is written on the Caffe website that you should use "sudo apt install Caffe-CPU or cuda". this command doesn't work.

You can clone this repo and build it from source by common way:

mkdir build
cd build
cmake ..  # + Maybe some specific parameters
make -j $(( $(nproc) + 2 ))

Then install using:

make install