Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Dependencies OSError caffe2_detectron_ops_gpu PyTorch_Dependencies_Pytorch_Oserror - Fatal编程技术网

Dependencies OSError caffe2_detectron_ops_gpu PyTorch

Dependencies OSError caffe2_detectron_ops_gpu PyTorch,dependencies,pytorch,oserror,Dependencies,Pytorch,Oserror,当我试图用PyTorch运行代码时,我总是遇到这个错误 OSError:[WinError 126]找不到指定的模块。加载“C:\Users\Username\AppData\Local\Programs\Python\38\lib\site packages\torch\lib\caffe2\u detectron\u ops\u gpu.dll”或其依赖项时出错 我尝试将表单cuda 10.1更新为10.2,但没有解决问题。我还安装了cudnn。我使用PyTorch的入门页面上的命令多次卸载

当我试图用PyTorch运行代码时,我总是遇到这个错误

OSError:[WinError 126]找不到指定的模块。加载“C:\Users\Username\AppData\Local\Programs\Python\38\lib\site packages\torch\lib\caffe2\u detectron\u ops\u gpu.dll”或其依赖项时出错


我尝试将表单cuda 10.1更新为10.2,但没有解决问题。我还安装了cudnn。我使用PyTorch的入门页面上的命令多次卸载并重新安装了torch。有人能帮我解决这个问题吗我已经被困了两天了

问题解决了cudnn64_7.dll从system32文件夹中丢失了

问题解决了cudnn64_7.dll从system32文件夹中丢失了

嗨,我有同样的问题,你能解释你的解决方案吗?嗨,我有同样的问题,你能解释你的解决方案吗?