ssd_keras icon indicating copy to clipboard operation
ssd_keras copied to clipboard

Training Error Epoch comprised more than `samples_per_epoch`

Open ilyes495 opened this issue 8 years ago • 3 comments

I have tried to train SSD300 in my dataset, I have 2119 training samples and 500 validation samples, but the when I started training, it takes 2112 samples and only 32 samples for validation, I didn't make any changes to the code. here is a screen shot of the problem

screenshot from 2017-03-24 20-23-24

ilyes495 avatar Mar 24 '17 17:03 ilyes495

Hello, it worked out? And how much time do you spend on training? Do you use gpu?

fortunto2 avatar Apr 23 '17 20:04 fortunto2

You aren't using any samples for validation, where do you see that you are validation on 32 samples?

AloshkaD avatar Jun 29 '17 15:06 AloshkaD

@fortunto2 It takes me to long to train on a Titan X! Approximately 1 second per image for a data set with 6 classes.

AloshkaD avatar Jun 29 '17 15:06 AloshkaD