Table of Contents
1.配置
python:一定要用python2
cuda:9.0
参考:https://github.com/facebookresearch/DensePose/blob/master/INSTALL.md
2.CAFFE2安装
参考官网:https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=prebuilt
conda create -n caffe2 python=2.7
conda create caffe2
conda install pytorch-nightly -c pytorch
ImportError: No module named google.protobuf.internal
solution:
conda install cython
conda install protobuf
ImportError: No module named past.builtins