Closed twangnh closed 4 years ago
Hi, here the config uses batch size 4 for training, so in total 32 for 8-gpu machine, but batch size in solov2 paper is 16, I'm wondering if bs=16 has lower performance, or similar with bs=32 and you just want to training faster? Thanks !
Just want to training faster.
may be bs=16 could have better performance since bs is smaller?
You can try and test.
thanks
Hi, here the config uses batch size 4 for training, so in total 32 for 8-gpu machine, but batch size in solov2 paper is 16, I'm wondering if bs=16 has lower performance, or similar with bs=32 and you just want to training faster? Thanks !