Closed qipengh closed 1 year ago
Hi, there. Please check if you can pass the unittest of voxel pooling.
It has been solved. It's a gpu machine problem. You can't get the GPU device, and it's not compiled correctly.
It has been solved. It's a gpu machine problem. You can't get the GPU device, and it's not compiled correctly.
同样的问题(envs一致,8张A100;在另一个单张A100上同样的环境下运行正常),请教一下,如何解决?
env: pytorch1.9 cuda 11.3 mmcls 0.24.1 mmcv-full 1.6.0 mmdet 2.26.0 mmdet3d 1.0.0rc4 /home/huqiuchen/tmp_huangqipeng/pytorch/mmdetection3d mmsegmentation 0.25.0
run sh: BEVDepth#
python bevdepth/exps/mv/bev_depth_lss_r50_256x704_128x128_20e_cbgs_2key_da_ema.py --amp_backend native -b 8 --gpus 8
Error:
I think,
voxel_pooling_forward_kernel_launcher
ofvoxel_pooling_forward_cuda.cu
not be included invoxel_pooling_forward.cpp
and not be compiled intovoxel_pooling_ext.cpython-38-x86_64-linux-gnu.so
。can anyone help me?