Open syifalaili26 opened 5 years ago
batch_size = 1. you can find in the code https://github.com/kentaroy47/frcnn-from-scratch-with-keras/blob/3511bb2cc92b785622441a34469be118d5c1d6a0/keras_frcnn/data_generators.py#L338
so epoch_length should be the size of the train dataset
@lijingpeng can we change batch_size = 2
Is Faster RCNN using batch_size when training no or epoch_length is batch_size? Can you please explain it, I can't find the batch_size?