ConvPoint icon indicating copy to clipboard operation
ConvPoint copied to clipboard

larger batch size increases training time?

Open Houssembenmid opened this issue 4 years ago • 1 comments

greeting, I have tried to increase the batch size for semantic3D from 16 to 64 as I thought it will decrease the training time .However, I got the opposite: the training time was increased respectevly with the batch size increase. I am actually confused is there an explanation for this?

Houssembenmid avatar Aug 06 '21 14:08 Houssembenmid

Hello, Sorry for late response, is your question still valid ? Part of the computation is done on CPU (nearest neighbor search essentially), it could be due to cpu/memory lagging.

aboulch avatar Jan 03 '22 14:01 aboulch