首页 > 代码库 > caffe python 接口设置

caffe python 接口设置

安装编译完成后,

运行

cd

sudogedit  ~/.bashrc

在打开的文件末尾加入 export PYTHONPATH=/path/to/caffe/python:$PYTHONPATH

 

安装编译过程参考:

http://www.cnblogs.com/balmy/p/5742872.html

 

caffe python 接口设置