我通过以下方式安装了火炬
pip3 install torch===1.3.0 torchvision===0.4.1 -f https://download.pytorch.org/whl/torch_stable.html
根据{{3}}的是成功的。我能够import torch
并按照此处的教程进行操作:https://pytorch.org
我想进入下一个级别,因此使用pip install torchvision
和g ++编译器成功安装了Torchvision
但是现在,当我尝试import torch
时,出现以下错误:
ImportError: DLL load failed: The specified module could not be found.
我将Windows 10与AMD Ryzen 7,Python 3.7.3一起使用。
我尝试降级到python 3.6.5和3.5并重新安装,但无法安装Torch和Torchvision。
有什么建议吗?