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)
In my case, this issues was resolved by using the following two commands -