Open HunterTom94 opened 7 months ago
hi ,I have the same problem
You can input 'wandb login' in terminal and then paste your wandb API key (you can find it in your wandb homepage) to log in your account.
You can input 'wandb login' in terminal and then paste your wandb API key (you can find it in your wandb homepage) to log in your account.
Thank you for your reply, I have solved this problem. Thank you.
hello,does this require interrupting the current training, then entering 'wandb login', and restarting the training?
import os os.environ["WANDB_MODE"] = "offline" you can disable wandb with this command in train.py. it is working for me.
Hi, when I click the link printed when running training. The wandb page says "Error loading workspace. You do not have permissions to view this workspace." Both links have this error.
Sorry if it's a stupid question. I don't have prior experience with wandb