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

First pass at datasets and data loaders #1

Closed
1 of 6 tasks
darsnack opened this issue Jun 12, 2020 · 1 comment
Closed
1 of 6 tasks

First pass at datasets and data loaders #1

darsnack opened this issue Jun 12, 2020 · 1 comment

Comments

@darsnack
Copy link
Member

Implement PyTorch's Dataloader interface.

Highlighted features:

  • Support for map-style and iterable-style datasets
  • Custom data loading order
  • Automatic batching
    • Sampling
  • Multi-process loading
  • Memory pinning (for better GPU support)

Copied over from the ML tracker issue. @opus111 feel free to edit.

@jph00
Copy link

jph00 commented Aug 15, 2020

I'd suggest implementing fastai2's DataLoader since it's built on the same foundation but much more flexible, and is needed for much of the high level functionality.
http://dev.fast.ai/data.load

@lorenzoh lorenzoh closed this as completed Mar 8, 2021
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

3 participants