Closed tomanick closed 2 years ago
Hi @tomanick , what GPU / compute capability are you trying to run on?
@CCInc , NVIDIA Geforce RTX 3080Ti
I guessed that perhaps this problem had something to do with OOM. Afterwards, I found that my input data format of point clouds was [xyz, pc numbers] which was the input format of pvcnn. The point clouds format for sparse_quantize of spvcnn is [pc numbers, xyz]. When I changed the order of point cloud data, the problem was solved. Thanks!
When I wanted to run train.py file, I got this error.
Does anybody know how to solve this problem?
Environment: python: 3.7 pytorch: 1.10.1 Cuda: 11.3 Cudnn: 8.2.1