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?
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.