How to install matcaffe and pycaffe on Ubuntu 17?

1k Views Asked by At

Hi I recently updated to Ubuntu 17 and the offical caffe website states that one just has to execute :

sudo apt install caffe-cuda

This runs without any errors on my system, but how can I build caffe with matlab and python integration?

1

There are 1 best solutions below

1
On

Try using python3 in terminal as: $ python3 -q

import caffe

it should work for pycaffe. I am not so sure about matcaffe.