VectorNet icon indicating copy to clipboard operation
VectorNet copied to clipboard

issue batch_size

Open AliceNing opened this issue 3 years ago • 1 comments

in class VectorNet in vector_net.py why batch_size is equal to item_num.shape[0]? How do i understand it?/ Thanks

AliceNing avatar Oct 11 '21 07:10 AliceNing

Generally, the input of the neural network is formed with batch, which means the network accepts several sets of data (maybe larger than 1) as the input, so the input data has the batch_size dimension.

DQSSSSS avatar Oct 11 '21 07:10 DQSSSSS