Shreeyak / pytorch-lightning-segmentation-template

Semantic Segmentation on the LaPa dataset using Pytorch Lightning
Apache License 2.0
13 stars 5 forks source link

multiple log dirs created per run #49

Closed Shreeyak closed 3 years ago

Shreeyak commented 3 years ago

Each process is creating it's own log dir, with diff wandb run_id

Shreeyak commented 3 years ago

use @rank_zero_only or rank_zero_only() to save only on global rank 0.