Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
610 stars 77 forks source link

Duplicate output folders when using DDP #71

Closed SeanNaren closed 3 years ago

SeanNaren commented 3 years ago

🐛 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....

SeanNaren commented 3 years ago

Fixed upstream!