BobLiu20 / YOLOv3_PyTorch

Full implementation of YOLOv3 in PyTorch
624 stars 191 forks source link

Batch_size changed to 64 #22

Open Yanxingang opened 6 years ago

Yanxingang commented 6 years ago

Thank you for your sharing. I want to change the batch size to. But the memory is out of size. In the Darknet, there's a parameter called "subdivisions". Do you have any suggessions to divide the one mini-batch in order to increase the maximum batch size?