win10+anaconda3+python3.6+CUDA9.0+CUDNN7.0配置tensorflow-gpu=1.8+pytorch-gpu=0.4+opencv

版权声明:本文为博主原创文章,未经博主允许不得转载。
环境:win10+anaconda3+python3.6+CUDA9.0+CUDNN7.0

tensorflow-gpu=1.8:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==1.8.0

pip install protobuf==3.6.0

pip install keras

pytorch-gpu=0.4:

pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp36-cp36m-win_amd64.whl
pip3 install torchvision

opencv:

pip install opencv-python

猜你喜欢

转载自blog.csdn.net/weixin_44474718/article/details/89791205