lzx1413 / PytorchSSD

pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
MIT License
709 stars 238 forks source link

batch_size=16 or batch_size=32 ? #95

Closed DonghoonPark12 closed 5 years ago

DonghoonPark12 commented 5 years ago

Dear author.

When I train FSSD(batch_size=16) I got 76.xx at 200 epoch. However, when I train FSSD(batch_size=32) I got 79.xx at 200 epoch.

Can the result different along the batch_size?

Thanks ahead.

DonghoonPark12 commented 5 years ago

I changed warm_epoch=1 to warm_epoch=6.

Sorry.