Faster_RCNN_for_Open_Images_Dataset_Keras icon indicating copy to clipboard operation
Faster_RCNN_for_Open_Images_Dataset_Keras copied to clipboard

Validation set

Open Arthur023 opened this issue 4 years ago • 4 comments

Hey guys I almost got the code working. But now I'm wondering where you can put in the validation set. Or does the code just takes some random samples from the training set and makes them the validation set?

Thanks

Arthur023 avatar Apr 10 '20 15:04 Arthur023

Is there any chance that someone can help me out here. I have been looking for two days but can't find any place for a validation set. If someone has some more information about training_on_batch that would help as well. I'm not finding any good documentation about it

Arthur023 avatar May 08 '20 18:05 Arthur023

did you find it

AlOo2002 avatar Mar 03 '21 15:03 AlOo2002

Is there any chance that someone can help me out here. I have been looking for two days but can't find any place for a validation set. If someone has some more information about training_on_batch that would help as well. I'm not finding any good documentation about it

did you have any luck solving this problem?

charinho8 avatar May 05 '21 12:05 charinho8

It is a bit annoying but you can do like 1000 epochs of training, save the record then open the test notebook and do some testing. Afterwards take the maP and but it in the record.csv. Do this for each round of Training.

Gerro385 avatar Dec 03 '21 08:12 Gerro385