内容
# 查看安装的Pytorch的版本
pip list
# 如果在Linux系统(Ubuntu、CentOS...)
pip3 list
'''
输出:
torch 1.10.1+cu102
torchvision 0.11.2+cu102
'''
前往https://pytorch.org/docs ,选择跟输出版本相同的docs
进行学习,这里我选择pytorch 1.10
学习。
📒中文文档参考:
中文文档千千万,唯有官方最给力!
在练习之前,我强烈推荐VSCode 和Github Copilot