May i install caffe or caffe2 on Google Colaboratory?

那年仲夏 提交于 2019-12-06 12:04:16

问题


I have try !pip install caffe and !pip install caffe2, but it is not useful.

If ok, how to install caffe or caffe2? What about other framework? Thank you.


回答1:


To install Caffe with GPU support try running:

!apt install -y caffe-cuda

and for the CPU-only version:

!apt install -y caffe-cpu



来源:https://stackoverflow.com/questions/48500120/may-i-install-caffe-or-caffe2-on-google-colaboratory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!