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의 주석을 해지



+ Recent posts