win10环境下 import torch报错 ImportError: DLL load failed: 找不到指定的模块。
解决方案如下
-
pip uninstall torch
-
conda install -c peterjc123 vc
-
conda install -c peterjc123 pytorch-cpu
win10环境下 import torch报错 ImportError: DLL load failed: 找不到指定的模块。
解决方案如下
pip uninstall torch
conda install -c peterjc123 vc
conda install -c peterjc123 pytorch-cpu