You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use nn.DataParallel for multiple-gpu training of sparse convolution in structed point cloud. However, the spc class contain spc.octrees, which is of data type uint8. So It will say "Unconvertible NCCL type Short". This is bad if I want to scale the network size up. Currently I have no solution to this problem. Is there any suggestions?
The text was updated successfully, but these errors were encountered:
I want to use nn.DataParallel for multiple-gpu training of sparse convolution in structed point cloud. However, the spc class contain spc.octrees, which is of data type uint8. So It will say "Unconvertible NCCL type Short". This is bad if I want to scale the network size up. Currently I have no solution to this problem. Is there any suggestions?
The text was updated successfully, but these errors were encountered: