When training using the Trainer object, I know that the training dataset is shuffled after each epoch. So I was wondering if the same happens with the eval dataset. In my mind, there is no motivation to shuffle it.
When training using the Trainer object, I know that the training dataset is shuffled after each epoch. So I was wondering if the same happens with the eval dataset. In my mind, there is no motivation to shuffle it.