Ubuntu 17.10: Where is Caffe installed?

Chuck Carlson picture Chuck Carlson · Mar 1, 2018 · Viewed 7.9k times · Source

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?

Answer

user7862197 picture user7862197 · Nov 15, 2019

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.