from torch.

    xiaoxiao2025-07-22  8

    windows 安装pytorch 后测试

     

    improt torch

    报错如下:

    from torch._C import * ImportError: DLL load failed: 找不到指定的模块。

     

    解决方法:

    pip install intel-openmp  

    Python3.6.0有问题,升级Python版本

     conda install python==3.6.7

    后来我是重装了torch,也解决了。 

    最新回复(0)