Skip to content
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

Add supports to iterable-style datasets in adaptdl.torch.AdaptiveDataLoader #99

Open
mylibrar opened this issue Sep 27, 2021 · 0 comments

Comments

@mylibrar
Copy link

Currently adaptdl.torch.AdaptiveDataLoader only supports map-style datasets, which allows random access and implements the __getitem__() and __len__() protocols. It might be desirable to add supports to iterable-style datasets since sometimes the dataset might adopt a lazy loading strategy and we cannot know the size of dataset beforehand.

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

No branches or pull requests

1 participant