torch1.13.1安装
时间: 2023-11-20 22:50:01 浏览: 290
很抱歉,torch1.13.1并不是一个存在的版本号。可能您想要安装的是PyTorch 1.3.1版本。您可以通过以下命令在Linux系统上使用pip安装PyTorch 1.3.1:
```
pip install torch==1.3.1
```
如果您使用的是Windows系统,可以通过以下命令安装:
```
pip3 install https://download.pytorch.org/whl/cu100/torch-1.3.1%2Bcu100-cp37-cp37m-win_amd64.whl
```
相关问题
torch1.13.1对应torchvision
根提供的引用,torch1.13.1对应的torchvision版本是0.4.2。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Torch对应的torchvision版本](https://blog.csdn.net/mikewzp/article/details/129692066)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
torch1.13.1对应cuda
torch 1.13.1 不存在,最新版本是 torch 1.9.0。对应的 CUDA 版本可以在官方文档中查看,具体如下:
- torch 1.9.0 对应的 CUDA 版本为 11.1、11.0、10.2、10.1、9.2。
- torch 1.8.0 对应的 CUDA 版本为 11.1、11.0、10.2、10.1、9.2。
- torch 1.7.0 对应的 CUDA 版本为 11.0、10.2、10.1、9.2、9.0。
阅读全文