BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.96k stars 18.72k forks source link

how to install caffe into ubuntu 20.04? #6967

Open longzeyilang opened 3 years ago

longzeyilang commented 3 years ago

Hi, I want to install caffe into ubuntu20.04, how to do it?

AndyLiming commented 3 years ago

Hi, I want to install caffe into ubuntu20.04, how to do it?

got same problem. cpu-only version can be installed by apt, but I haven't found a way to install cuda version directly.

PedroRTomas commented 3 years ago

Hi, Don't know if that is the case, but this post really helped me: https://medium.com/@accssharma/image-feature-extraction-using-pretrained-models-in-caffe-491d0c0b818b My advice to install caffe with gpu capability is: start by downloading the right cudda driver and then try to add to Makefile.config the includes that makefile eventually can't find. A small note if you're planning to work with TensorFlow: I've read some issues where installation problems were recurrent. while installing cuda 11, so if that eventually happens, consider installing cuda 10.