windows + caffe + python 인터페이스 설정

이 설정 을 보십시오. 특히 python 인터페이스:http://www.itdadao.com/articles/c15a262087p0.html
python 인 터 페 이 스 를 컴 파일 합 니 다. 인터넷 튜 토리 얼 이 많 습 니 다.내 쪽 은 단지 개별 문제 / error 에 대해 해결 방법 을 제시 할 뿐이다.
1. error: python 해석 기 에서 import caffe, ImportError: No module named caffe 가 나타 나 면
solution: caffe - windows - master \ python 의 caffe 폴 더 를 자체 python 의 site - package 에 가 져 옵 니 다.
2. error: python 해석 기 에서 import caffe, ImportError: No module named google. protobuf. internal 이 나타 나 면
solution:① For protobuf, you may download the codes from https://github.com/google/protobuf. 
② Then run  python setup.py install。
windows 아래 에 있 으 면 cmd 에 입력: pip install protobuf.(다른 모듈 이 있 습 니까? 없 으 면 같은 방식 으로 사용 할 수 있 습 니 다) ② , setup.py ( )
질문
solution:“inline const char* cudnnGetErrorString(cudnnStatus_t status)” to“inline const char * CUDNNWINAPI cudnnGetErrorString(cudnnStatus_t status)”
========================================================
다른 오류 들 은 블 로 그 를 참고 하 세 요.http://blog.csdn.net/wishchin/article/details/45339753

좋은 웹페이지 즐겨찾기