Open chldydgh4687 opened 4 years ago
위의 문제의 답을 참고하여 따라 진행하면 된다.
# in caffe root dir
make all
make pycaffe
make distribute
# make dir for custom python modules, install caffe
mkdir ~/python
mv distribute/python/caffe ~/python
# set PYTHONPATH (this should go in your .bashrc or whatever
PYTHONPATH=${HOME}/python:$PYTHONPATH
다른 에러가 아니고
까지 완벽하게 진행되었을 때 python 에서 import가 안되는 경우이다.
ERROR
python 에서 caffe를 못찾을 경우일 가능성이 크다.