-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考install.md 里面配置的环境无法找到cuda #65
Comments
把mmdet/utils/collect_env.py打印的东西发出来看看 |
|
同学我也遇到这个问题,有解决方法吗? |
没有, 我放弃了. |
你们用的什么显卡, nvcc -V 看一下 |
GTX 3090 * 8 |
我可能找到了问题,install.md中下载pytorch的版本默认是cpu版的,到官网下载对应的cuda版就可以了 |
我尝试过了, 但是依然失败了. |
请问这个问题该如何解决呢? |
nvcc -V 看一下 |
|
我想到了几种方法,你试一下:
|
非常感谢您的回复, 我已经解决了这个问题. |
使用这个 https://github.com/HikariTJU/LD/blob/main/docs/install.md 文件配置的环境, 无法找到cuda呢.
如果使用
python tools/train.py configs/ld/ld_r50_gflv1_r101_fpn_coco_1x.py --gpu-ids 5
运行代码, 报错如下:The text was updated successfully, but these errors were encountered: