kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 106 forks source link

Cross Validation #96

Open linaemunsamy opened 4 years ago

linaemunsamy commented 4 years ago

Hi,

Has anyone done any cross validation using this model? I am not sure how to use cross validation with train_on_batch function?

Any help will be appreciated!

aliyyahna commented 3 years ago

Hi,

Has anyone done any cross validation using this model? I am not sure how to use cross validation with train_on_batch function?

Any help will be appreciated!

Have you found the solution? I'm also trying to perform K Fold Cross Validation, but I'm still not sure...