Skip to content

UserWarning: Your val_dataloader has shuffle=True,it is strongly recommended that you turn this off for val/test/predict dataloaders. #10771

Discussion options

You must be logged in to vote

I know what the bug is, the sampler used for val_dataloader is not SequentialSampler but it does not do any shuffling.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tchaton
Comment options

Answer selected by tchaton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment