facebookresearch / multipathnet

A Torch implementation of the object detection network from "A MultiPath Network for Object Detection" (https://arxiv.org/abs/1604.02135)
Other
1.34k stars 275 forks source link

Relationship between images_per_batch and epochSize ? #26

Open gaopeng-eugene opened 8 years ago

gaopeng-eugene commented 8 years ago

From my point of view, images_per_batch multiply epochSize should equal to the image numbers? Given one should decide the other. In the original setting, images_per_batch is 2 while epochSize is 200 which means one epoch only look through 400 images?

szagoruyko commented 8 years ago

right, epoch size does not depend on the number of images in dataset in this case.