lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.24k stars 418 forks source link

what does the value of b mean? #1

Closed zzstefan closed 7 years ago

zzstefan commented 7 years ago

I mean I have two TITANXs, so what value should I change b into?

lfz commented 7 years ago

b is batch size for detection b2 is batch size for classification

b = 4n b2 = 2n

n is the number of gpus

Yet the performance could not be guaranteed