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 was running the code on A6000 with distributed training, using outdoor large-scale point cloud data. When I set batch_size to 2 on each GPU, an error occurred at the 25rd epoch. I tried increasing the batch_size to 3, but an error occurred at the 63rd epoch.
I also encountered the same issue. Checkout the issue here in spconv.
In my case, it is caused by the normalized and discretized point cloud after the layers of downsample 3d conv. One dimension is being flat, and thus one dimension is missing and has shape [0].
Originally posted by @lihc-cz in #16 (comment)
The text was updated successfully, but these errors were encountered: