pytorch安装(win10)

命令地址:https://pytorch.org/get-started/previous-versions/

举例:已经装了cuda10,则:pip install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html

安装内容:torch torchvision numpy pillow six 

依赖关系:numpy->torch

                  pillow->torchvision

                  six->torchvision

发布了51 篇原创文章 · 获赞 29 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/qwer7512090/article/details/103198380