dvlab-research / LISA

Project Page for "LISA: Reasoning Segmentation via Large Language Model"
Apache License 2.0
1.78k stars 128 forks source link

about the batch_size and training speed #91

Open NeilHnxTcc opened 9 months ago

NeilHnxTcc commented 9 months ago

when I increased the batch size from 2 to 4, the training time for a step increased from 15s to 30s, why? Given that the GPU-Util is already 100% when the bs=2 and I only use one GPU to train the model, I can't figure out the reason of this phenomenon.