sudo apt install caffe-cuda
there was no installation error.
However, after installation, I am unable to find the caffe root directory and also import caffe throws the error:
import caffe
Traceback (most recent call last):
File "<ipython-input-13-6e7bb19bc708>", line 1, in <module>
import caffe
ModuleNotFoundError: No module named 'caffe'
I am recommended you to follow this tutorial to install caffe in ubuntu 14 +. https://chunml.github.io/ChunML.github.io/project/Installing-Caffe-CPU-Only/
sudo apt install caffe-cuda
) for ubuntu 18 mentioned in their website remains ineffective and instead the lengthy process must be followed? command: sudo apt install caffe-cuda
Thanks in advance.