如何安装指定版本的torch

pytorch官方网站会有各种安装方法的安装命令,我们首先找到pytorch的低版本(https://pytorch.org/get-started/previous-versions/) 确定自己安装的cuda版本(本人电脑为10.0),然后找到对应的安装文件,通过命令: pip install [downloaded file] 安装好torch后再安装torchvision: pip ins
相关文章
相关标签/搜索