Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了几个想法来让 caffe 在 pycharm 上工作。
我还添加了 pycharm 的路径。
import caffe 在 pycharm 中不起作用,但在终端中起作用。
caffe 文件夹也在我的 pythonpath 中。
修复了问题。我只需要编辑/etc/ld.so.conf文件并添加 Cuda 库的 lib 目录。就我而言,我补充说:
/etc/ld.so.conf
/usr/local/cuda-7.5/lib64
然后sudo ldconfig在终端中运行并重启 Pycharm。它应该工作。
sudo ldconfig