PointsCoder / ONCE_Benchmark

One Million Scenes for Autonomous Driving
177 stars 32 forks source link

centerpoints 使用DCN时, 反向传播出现不连续问题? #38

Open Whale-ice opened 1 year ago

Whale-ice commented 1 year ago

File "/home/xxx/workspace/ONCE_Benchmark/pcdet/ops/dcn/deform_conv.py", line 87, in backward deform_conv_cuda.deform_conv_backward_parameters_cuda( RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.

请问,是需要替换里边全部的view为reshape么?