WANDB run initialization

1.5k Views Asked by At

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)

1

There are 1 best solutions below

0
On

In my case, this issues was resolved by using the following two commands -

wandb offline
export CUDA_VISIBLE_DEVICES=-1