AdaFace
AdaFace copied to clipboard
Questions about validating the dataset
I see the location of the validation data set is DATAROOT=/data/data/faces,Is it OK to put data sets directly under this directory? For example, I downloaded LFW from the Internet, can I directly put it under this path?
Can you provide the directory structure about validation dataset?
@acerhp I am also curious about the protocol for validation, and I feel a little bit weird, too. It seems that the training pipeline will pick up the model to test based on the best validation score(it seems 5 Val set avg if I don't misunderstand anything) But I thought that the validation set and the final test set are the same based on the default configuration file, they both are the LFW and etc. Does it OK to do this? Or @mk-minchul , your guys always pick the final epoch model to test. In this way, I think everything is legal.