Ubuntu 17.10: Where is Caffe installed?

9.2k Views Asked by At

The package Digits requires an environment variable to be set with the location of Caffe install directory.

The simple way to install Caffe is apt-get install caffe-cuda. However, I can't figure out where it is installed. It is not installed in the home directory, and dpkg -L caffe-cuda shows only a few files in /usr/share/doc.

Any ideas?

2

There are 2 best solutions below

0
Saksham Vikram On

Since you are installing caffe through sudo apt-get install all the binaries and libraries will be put to default locations and the caffe path will be added. Now, u can use caffe through cmd directly from any directory.

Hope it helps!!

0
AudioBubble On

The following command may help you:

find / -name "*caffe*"

The result on colaboratory is not allowed by stackoverflow to paste here, because stackoverflow mistake it by code.