'WANDB run initialization
I wanted to try using wandb to log runs of my ML experiments for a project; but I am not able to initialize the run itself. I tried:
run = wandb.init(project="name",entity="username",name="classification")
This results in:
wandb: W&B API key is configured (use wandb login --relogin to force relogin)
wandb: Network error (ConnectTimeout), entering retry loop.
wandb: Network error (ConnectTimeout), entering retry loop.
What can I do to fix this? (I did login through the terminal before launching this cell idk what else to try)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
