Python interface of Caffe: Error in “import caffe”

前端 未结 1 1753
故里飘歌
故里飘歌 2021-01-21 13:30

I\'m trying to run Caffe in it\'s Python interface. I\'ve already run the command make pycaffe in the caffe directory and it worked fine. Now, when I run the comman

相关标签:
1条回答
  • 2021-01-21 13:40

    You need to add Python Caffe to PYTHONPATH. In your case:
    export PYTHONPATH=$PYTHONPATH:/home/pras/caffe/python

    0 讨论(0)
提交回复
热议问题