Skip to content

TODO: Benchmark shuffling in DatasetSampler #48

@Olllom

Description

@Olllom

Shuffling the indices as in

self._idxs = np.random.permutation(len(data[0]))

might be quite a bit slower than shuffling the tensors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions