Closed SeanNaren closed 3 years ago
This is described in https://github.com/PyTorchLightning/pytorch-lightning/issues/5512
As a stopgap, we could just reduce the granularity of the run.dir by removing the seconds. This would make all processes use the same run dir in most cases, unless you're unlucky and get caught in the middle of a minute....
run.dir
Fixed upstream!
🐛 Bug
This is described in https://github.com/PyTorchLightning/pytorch-lightning/issues/5512
As a stopgap, we could just reduce the granularity of the
run.dir
by removing the seconds. This would make all processes use the same run dir in most cases, unless you're unlucky and get caught in the middle of a minute....