milesial / Pytorch-UNet

PyTorch implementation of the U-Net for image semantic segmentation with high quality images
GNU General Public License v3.0
8.65k stars 2.4k forks source link

wandb issue #490

Open HunterTom94 opened 2 months ago

HunterTom94 commented 2 months ago

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

sunmianmian123 commented 2 months ago

hi ,I have the same problem

coconut0713 commented 2 months ago

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.

sunmianmian123 commented 1 month ago

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.

wusi007 commented 1 month ago

hello,does this require interrupting the current training, then entering 'wandb login', and restarting the training?