실습/오류 해결
caffe 설치 중 에러
gldmg
2017. 7. 20. 11:59
gcc 버전 문제 (CUDA 8 - /usr/include/boost/property_tree/detail/json_parser_read.hpp:257:264: error: ‘type name’ declared as function returning an array)
- https://github.com/weiliu89/caffe/issues/237
/usr/bin/ld: cannot find -lopenblas
openBLAS를 설치하거나
Makefile.config에서
BLAS := open을 주석처리하고
그 위에 BLAS := altlas의 주석을 해지