记一下Python各种库的安装

Pytorch

Pytorch官网
我的CUDA版本是10.2,下10.1不知道行不行,先试试
记一下Python各种库的安装
下载完之后命令行进入python的site-packages
pip install torch-1.4.0-cp36-cp36m-win_amd64.whl
安装之后验证,没报错说明应该没问题
记一下Python各种库的安装

cv2

清华镜像
记一下Python各种库的安装
然后pip install

jsonpath

直接pip install jsonpath

tensorflow

清华镜像链接
下载的2.1.0版本
记一下Python各种库的安装
安装tensorflow之前还要先安装tensorboard
tensorboard清华镜像链接
安装2.1.1
记一下Python各种库的安装
还需要安装scipy
scipy镜像链接
安装1.4.1
记一下Python各种库的安装
还需要安装h5py(2.10.0)
记一下Python各种库的安装

tensorflow-gpu

tensorflow-gpu 2.1.0
记一下Python各种库的安装

torchvision

直接pip install torchvision

错误总结

红字

再试一次就好了
记一下Python各种库的安装