Skip to content

prototype datasets tests are failing #6515

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

Closed
pmeier opened this issue Aug 30, 2022 · 3 comments
Closed

prototype datasets tests are failing #6515

pmeier opened this issue Aug 30, 2022 · 3 comments

Comments

@pmeier
Copy link
Collaborator

pmeier commented Aug 30, 2022

CI failures are unrelated:

FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_traversable[imagenet-val-True]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_traversable[cub200-train-2011-True]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_traversable[cub200-test-2011-True]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_data_loader[imagenet-val-0]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_data_loader[imagenet-val-1]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_data_loader[cub200-train-2011-0]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_data_loader[cub200-train-2011-1]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_data_loader[cub200-test-2011-0]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_data_loader[cub200-test-2011-1]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_has_annotations[ShufflerIterDataPipe-imagenet-val]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_has_annotations[ShufflerIterDataPipe-cub200-train-2011]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_has_annotations[ShufflerIterDataPipe-cub200-test-2011]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_has_annotations[ShardingFilterIterDataPipe-imagenet-val]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_has_annotations[ShardingFilterIterDataPipe-cub200-train-2011]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_has_annotations[ShardingFilterIterDataPipe-cub200-test-2011]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_infinite_buffer_size[imagenet-val]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_infinite_buffer_size[cub200-train-2011]
FAILED test/test_prototype_builtin_datasets.py::TestCommon::test_infinite_buffer_size[cub200-test-2011]

Given that the failures are only happening for imagenet and cub200, my gut says this has something to do with #6076. cc @YosuaMichael @bjuncek @NicolasHug @ejguan @NivekT

Originally posted by @pmeier in #6514 (comment)

@pmeier
Copy link
Collaborator Author

pmeier commented Aug 30, 2022

@NivekT identified pytorch/pytorch#84079 as offender. It was already reverted so I'm guessing we only need to wait for the fresh nightly.

@pmeier
Copy link
Collaborator Author

pmeier commented Aug 30, 2022

As expected, the problem is resolved with today's nightly: https://github.com/pytorch/vision/runs/8091700701

@pmeier pmeier closed this as completed Aug 30, 2022
@NivekT
Copy link
Contributor

NivekT commented Aug 30, 2022

Thanks @pmeier for looking into and tracking this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants