Skip to content

Dataset traversal cannot be deterministic #794

@mthrok

Description

@mthrok

Many dataset implementations use walk_files function which uses os.walk which does not give us choice to make directory traversal in deterministic order.

This makes it harder to test dataset and causes issue on reproducibility. Dataset should have an option to be deterministic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions