Skip to content

A bug for log_dir #14

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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