You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide users utility functions to have drop-in replacement for the well-known torch.utils.data.DataLoader, as well as StatefulDataLoader.
Motivation, pitch
We should be able to re-construct exactly (or pretty darn close) the behaviour of torch.utils.DataLoader and torchdata.StatefulDataLoader by configuring Nodes in a certain way. We should provide these utilities for users as something practical, and as a starting point/reference implementation to get started and make tweaks as they need.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature
Provide users utility functions to have drop-in replacement for the well-known torch.utils.data.DataLoader, as well as StatefulDataLoader.
Motivation, pitch
We should be able to re-construct exactly (or pretty darn close) the behaviour of torch.utils.DataLoader and torchdata.StatefulDataLoader by configuring Nodes in a certain way. We should provide these utilities for users as something practical, and as a starting point/reference implementation to get started and make tweaks as they need.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: