NVlabs / VoxFormer

Official PyTorch implementation of VoxFormer [CVPR 2023 Highlight]
Other
1.07k stars 87 forks source link

when batch_size is not 1? #52

Closed Jasper-sudo-Sun closed 5 months ago

Jasper-sudo-Sun commented 5 months ago

Hello,

Thank you very much for open-sourcing such a great project. I have a question: when the batch_size is not equal to 1, the number of queries in each batch will be different. How can they be processed in a matrix operation under such circumstances?

UQHTy commented 3 months ago

Hello,

Thank you very much for open-sourcing such a great project. I have a question: when the batch_size is not equal to 1, the number of queries in each batch will be different. How can they be processed in a matrix operation under such circumstances?

Hi, do you solve this problem? I had the same problem when I changed the training batch to 2.