Skip to content

Switch to InMemoryDataset #10

Description

@playertr

The present dataset implementation uses a context manager to open an h5 file, load it, and close the file with every __getitem__ call, and additionally computes expensive transformations with each __getitem__ call. If possible, initially loading the entire dataset into memory could speed up training.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions