Skip to content

Same dataset iteration on different gpu cards? #75

@xuehy

Description

@xuehy

In dataset implementation, item is fetched by random.choice. The code sets the same random seeds on different processes, and as a result, at every iteration, different processes will get the same data for training. Is this a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions