Hello!
My question is about the role of the validation set.
In train_AFF.py, the data_valid variable doesn't seem to be used, and in combine_AFF.py, both data_valid and data_test are predicted and saved in the same way.
Is the validation set mainly used by other models?