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.
嗨,我最近更新到 Ubuntu 17,官方的 caffe 网站声明只需执行:
sudo apt install caffe-cuda
这在我的系统上运行没有任何错误,但是如何使用 matlab 和 python 集成构建 caffe?
尝试在终端中使用 python3 作为: $ python3 -q
进口咖啡
它应该适用于pycaffe。我不太确定matcaffe。