Python 官方文档:入门教程 => 点击学习
1.问题描述: from mmdet.apis import inference_detector, init_detecto 运行时报错: ImportError: libtorch_cuda_cu
from mmdet.apis import inference_detector, init_detecto
运行时报错:
ImportError: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory
(1)环境中libtorch_cuda_cu.so文件: 不存在 \red {不存在} 不存在
mmcv的版本和torch版本不一致
[mmcv官网: PyTorch 和 CUDA 版本要求]
[mmcv官网: 其他版本PyTorch ] 找对应版本torch 并重装
conda install -c PyTorch pytorch=1.3.0 cudatoolkit=10.1 torchvision -y
来源地址:https://blog.csdn.net/wudi_cn/article/details/126737202
--结束END--
本文标题: libtorch_cuda_cu.so: cannot open shared object file
本文链接: https://lsjlt.com/news/398566.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0