Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caffe installation #7071

Open
fatemehkalantari1993 opened this issue Jun 26, 2023 · 1 comment
Open

caffe installation #7071

fatemehkalantari1993 opened this issue Jun 26, 2023 · 1 comment

Comments

@fatemehkalantari1993
Copy link

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.

@tada123
Copy link

tada123 commented Aug 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants