-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Bug] FCOS3D train on kitti dataset #2779
Comments
I'm facing the same issue. What should I do? @mickeyouyou @lbin @atinfinity @Zzzouzou |
@Zzzouzou @Lemonade24510 Please check the information of your environment. python mmdet3d/utils/collect_env.py |
|
@Zzzouzou You use GeForce RTX 4080. The GPU Compute Capability of this GPU is 8.9(https://developer.nvidia.com/cuda-gpus). On the other hands, I found the following information in your log.
PyTorch needs to be built with CUDA 11.8+ for your GPU.
https://developer.nvidia.com/blog/cuda-toolkit-11-8-new-features-revealed/ I found Docker image from Docker Hub. But, I'm not sure if mmdetection3d supports PyTorch 2.x. |
Thanks for the reply!I tried the same thing on another computer(NVIDIA GeForce RTX 2060), this is my environment configuration, and it seems to have the same gpu unused problem. @atinfinity |
And, I found the following message in https://mmdetection3d.readthedocs.io/en/v1.3.0/get_started.html.
So, you may try the following approaches.
|
ok,I see ,thank you again,there aren’t any error messages.emmm,maybe this vision is not work on windows(c+g). |
@Zzzouzou It seems that training script use NVIDIA GPU. The "C" means "Compute".
|
Prerequisite
Task
I have modified the scripts/configs, or I'm working on my own tasks/models/datasets.
Branch
1.x branch https://github.com/open-mmlab/mmdetection3d/tree/dev-1.x
Environment
win11
CUDA11.5 torch1.11
Reproduces the problem - code sample
python tools/train.py /mmdetection3d/configs/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_kitti-mono3d.py
When I use this command, I find that the model training is not calling the gpu.
Reproduces the problem - command or script
Refer to this document for detailed configuration
#865
Reproduces the problem - error message
Additional information
I want to know if it's because windows doesn't support it ......If it is supported, please help me, I want to know how to enable gpu.
The text was updated successfully, but these errors were encountered: