嗨,@HuguesTHOMAS,
I am trying to use your library in the SemanticKitti dataset.
I tried to modify the batch_num parameter from8 to 160 to make full use of computing resources.
Unfortunately, the following error is reported at line 801 ofSemanticKitti.py:
self.dataset.epoch_inds += gen_indices
RuntimeError: The size of tensor a (35200) must match the size of tensor b (4071) at non-singleton dimension 0
I don’t know why there is such a problem when increasing batch_num, I can’t find a reasonable solution
嗨,@HuguesTHOMAS, I am trying to use your library in the SemanticKitti dataset. I tried to modify the
batch_num
parameter from8
to160
to make full use of computing resources. Unfortunately, the following error is reported at line 801 ofSemanticKitti.py
:I don’t know why there is such a problem when increasing batch_num, I can’t find a reasonable solution