ray-project / ray_lightning

Pytorch Lightning Distributed Accelerators using Ray
Apache License 2.0
211 stars 34 forks source link

Multiple WandB experiments created with PyTorch lightning DDP #155

Open brodyh opened 2 years ago

brodyh commented 2 years ago

When I use the ray lightning plugin for distributed training, I see two wandb experiments created. One which never logs anything (but has configs that were updated before calling pl.Trainer.fit), and another wandb experiment which logs the training information (but has no config info). How do I get these to both show up under the same experiment?

using ray-lightning: 0.3.0

Thanks!