meta-pytorch / meta-pytorch/data

[Adapters] DataLoaderV2 Adapters Ideas

Open
#532 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.3k
Forks
179
Avg merge
6d 1h
Merged PRs (30d)
2

Description

Motivation, pitch

As we are growing product there are more and more adapters ideas and requests coming up. This issue created to aggregate such requests and keep track of duplications.

🚀 The feature
  • Add Collate(fn) Adapter which will add .collate(fn) DataPipe at the end of the graph. Optional: we can think about overriding existing collate in the graph for new function.
  • Shuffle
  • PinMemory

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the DataLoaderV2 adapter entry points and reviewing how existing adapters, including Shuffle, are represented. Clarify whether the goal is Collate, PinMemory, or another request, then define the expected behavior and completion checks for the selected adapter.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.