Skip to content

Ensure DeepSpeedDataLoader matches torch DataLoader semantics #176

@tjruwase

Description

@tjruwase

DeepSpeedDataLoader is a wrapper for torch DataLoader and should at a minimum match the semantics. Right now this property is not well tested and discrepancies have already been identified, such as this #167. In my estimation, a fair bit of work is required to achieve this goal, including the following items:

  1. Support batching and non-batching modes.

  2. Unit tests to validate expected behavior

  3. Performance comparison between DeepSpeedDataLoader and torch DataLoader.

  4. Some documentation of DeepSpeedDataLoader, including any semantic deviation from torch DataLoader.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions