centroids-reid
centroids-reid copied to clipboard
Overfitting on training epoch hyperparameter?
Hi, i have noticed that the val_dataset also played a role of "test_dataset" in the raw code below, and the final result was decided by it:
So, does it belong to tuning the "training epoch" hyperparameter, which means that the "test_dataset" is actually visible during training?
Is there a risk of overfitting?