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
In
runx.logxline 110if 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