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?
Since you are installing
caffe throughsudo apt-get install allthe binaries and libraries will be put to default locations and thecaffepath will be added. Now, u can use caffe through cmd directly from any directory.Hope it helps!!