my code :
import wandb
for x in range(10):
run = wandb.init(settings=wandb.Settings(start_method="thread"))
for y in range (100):
wandb.log({"metric": x+y})
run.finish()
output:
wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin
wandb: Tracking run with wandb version 0.14.0
wandb: Run data is saved locally in /home/xyc/Code/RumorDG/method/CDCL/wandb/run-20230401_083434-fi3tttps
wandb: Run `wandb offline` to turn off syncing.
wandb: Syncing run clear-firebrand-1
wandb: ⭐️ View project at https://wandb.ai/moailaozi/uncategorized
wandb: 🚀 View run at https://wandb.ai/moailaozi/uncategorized/runs/fi3tttps
wandb: Waiting for W&B process to finish... (success).
wandb: Network error (ConnectTimeout), entering retry loop.