Faster_RCNN_for_Open_Images_Dataset_Keras
Faster_RCNN_for_Open_Images_Dataset_Keras copied to clipboard
Validation set
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
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 find it
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?
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.