We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When working with multiple val_dataloaders with CombinedLoader, the following warning is displayed, despite having shuffle=False
shuffle=False
Warning: Your 'val_dataloader' has 'shuffle=True', it is strongly recommended that you turn this off for val/test/predict dataloaders.
Colab: https://colab.research.google.com/drive/14R9IzJN7xazG1wudz-bnF1LBsmD7vgVt?usp=sharing
No warnings should be displayed
cc @justusschock @awaelchli @ninginthecloud
The text was updated successfully, but these errors were encountered:
CombinedLoader
rohitgr7
Successfully merging a pull request may close this issue.
🐛 Bug
When working with multiple val_dataloaders with CombinedLoader, the following warning is displayed, despite having
shuffle=False
To Reproduce
Colab: https://colab.research.google.com/drive/14R9IzJN7xazG1wudz-bnF1LBsmD7vgVt?usp=sharing
Expected behavior
No warnings should be displayed
Environment
cc @justusschock @awaelchli @ninginthecloud
The text was updated successfully, but these errors were encountered: