can we use validation dataset for trainning in testing phase
Posted by: lifu @ March 3, 2021, 2:43 a.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.
Posted by: Majed @ March 3, 2021, 11:16 p.m.