When I execute wandb.login() in pycharm or jupyter notebook, I got the error below:
404 response executing GraphQL
404 page not found
and then True is printed. However, when I run wandb.restored(…), I get the error below:
CommError: Permission denied, ask the project owner to grant you access
It works well in colab. What is the issue?
I am using Win11 with the latest version of wandb
I should add that I could log in to my wandb account without issue, but recently I get the errors mentioned.