본문 바로가기

컴퓨터이야기

matcaffe 설치하기

지난번에 matcaffe 설치를 성공했었는데,

실행되지 않는 모듈이 있어서 고생했다.


이번에도 이래저래 헤메고

libboost 파일 설치, LD 라이브러리 path 지정 등 여러가지 손보다가 

make matcaffe를 안했음을 알게 되었다. ㅋ

그러니.. matlab에서 caffe 함수가 실행이 안된 모양이다.

 

Error in matcaffe_init (line 19)
if caffe('is_initialized') == 0

Error in matcaffe_demo (line 53)
matcaffe_init();


요런 에러가 나온다면

It looks to me like Matlab can't find your installation of matcaffe -- have you compiled it (make matcaffe) and added it to the Matlab path?


caffe 버전이 어떤것인지는 모르겠지만 최근 버전인 +caffe에는 matcaffe_init 모듈이 없어서 github에서 새로 다운받아 설치했다.



'컴퓨터이야기' 카테고리의 다른 글

site package 확인  (0) 2018.07.04
Face Classification  (0) 2018.07.04
precision과 recall  (0) 2018.03.24
온톨로지  (0) 2018.03.09
시그모이드함수 미분  (0) 2018.02.05