HAIS icon indicating copy to clipboard operation
HAIS copied to clipboard

Question about grad contiguous

Open thangvubk opened this issue 3 years ago • 1 comments

I am wondering why the segmentation methods require spconv lib to have grad contiguous meanwhile some detection method based on spconv does not require this. Do you know what is causing problems?.

thangvubk avatar Nov 20 '21 07:11 thangvubk

Sry that I don't know the exact reason. If grad is not contiguous, the first stage converges well while the second stage fails. I guess the code written with CUDA (clustering and instance voxelization) makes the difference.

outsidercsy avatar Nov 23 '21 04:11 outsidercsy