Hi, during testing phase, it is legal to use validation dataset for training?
Posted by: lintianwei @ March 19, 2021, 4:56 p.m.Hello, if you use the validation set during training then how would you check if your network is overfitting? The validation set is different from the training set to allow you to evaluate your models during the development phase, and the test set is different from both to assess the final performance. So the network should be able to generalize.
We also did not provide the ground-truth target of the validation dataset. They will be made public after the end of the competition.
Posted by: Majed @ March 20, 2021, 2:22 p.m.