-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Improving the dataloader tests. #6187
New issue
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
base: master
Are you sure you want to change the base?
Conversation
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Unfortunately, I can't reproduce these issues in the latest version of the NVidia container. Looks like |
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
|
It looks like the real reason for the failed tests that I couldn't reproduce in my Linux environment was some kind of multithreading bug that shows up only on Windows. I did make some changes and we will see if them will fix that problem. |
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Description
Elimination or suppression of the following warnings that appear in tests implemented in
dataloading/test_dataloader.py:These warnings are eliminated when the
dataloaderis created fornum_workers > 0or suppressed fornum_workers = 0.Checklist
Please feel free to remove inapplicable items for your PR.