kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 107 forks source link

Why is the epoch_length is choosen as 1000? when should we change this? #100

Open sindhura234 opened 3 years ago

sindhura234 commented 3 years ago

I have a dataset of around 28000 images. What should be the epoch_length and number of epochs for training? How can I change the batch size to 4? I have 4 GPS each of 12GB memory. how to utilize all of them together?

finleylee2507 commented 3 years ago

Can someone answer this? I also want to know. Thanks!