Skip to content

A bug for log_dir #14

@yangsp5

Description

@yangsp5

In runx.logx line 110

if not os.path.isdir(self.logdir):

change to this:

if not os.path.isdir(self.logdir) and self.rank0:

if not, it will make a lot of dirs

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