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.
我有尝试!pip install caffe和!pip install caffe2,但它没有用。
!pip install caffe
!pip install caffe2
如果可以,如何安装 caffe 或 caffe2?其他框架呢?谢谢你。
要安装支持 GPU 的 Caffe,请尝试运行:
!apt install -y caffe-cuda
对于纯 CPU 版本:
!apt install -y caffe-cpu