问题
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