WandB login during multi-node distributed training #9732
-
Hello, I am doing multi-node distibuted learning on kubernetes cluster with a RayPlugin. I want to use
Is there a way to login to WandB via Pytorch Lightning API on multiple nodes (by for example providing WandB login key or file containing said key. Something similar seems to be implemented here in Ray Tune) or must this be done manually on each node of the cluster? Thank for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This should be fixed if you update your |
Beta Was this translation helpful? Give feedback.
This should be fixed if you update your
wandb
version.pip install wandb --upgrade