标签:进入 log 方法 ant mmu har csdn 软件 art
解决:
import sys sys.path.insert(1,‘/your/path/to/caffe/python‘) import caffe
这个方法虽然可行,但是每次都要手动加,不推荐。
export PYTHONPATH=/your/path/to/caffe:$PYTHONPATH1
即可。然后从命令行启动:pycharm-community
转自:https://blog.csdn.net/jiangyanting2011/article/details/79065778/
标签:进入 log 方法 ant mmu har csdn 软件 art
原文地址:https://www.cnblogs.com/alexzhang92/p/9631852.html