You don’t need to shuffle the validation and test datasets, since no training is done, the model is used in model.eval()
and thus the order of samples won’t change the results.
9 Likes
You don’t need to shuffle the validation and test datasets, since no training is done, the model is used in model.eval()
and thus the order of samples won’t change the results.