Hi. I have a team account and a personal account. I want to login to my personal account.
Steps:
-
Go to wandb website, select “Personal” account from top right menu.
-
Navigate to user settings.
-
Reveal API Key, copy.
-
In a conda environment I want to use wandb in, type:
wandb login --relogin
-
Then when prompted for the API key, paste the one found as described above.
-
Next, type “wandb login --verify”. It shows that I’m logged in to my team account.
I can’t get out of this loop, please help.
I also have this problem. Bueller? Bueller?
Hi @landoskape , because you might have set your team entity as your default entity in your User settings.
- If you change that to your personal entity from the dropdown,
wandd.init(...)
will initialize runs under the personal entity itself.
- You can also enforce this via
wandb.init(entity='personal_entity_username')
, this will give the same results as well.

Hi @landoskape , I wanted to follow up on this request. Please let us know if we can be of further assistance or if your issue has been resolved.
Hi @landoskape , since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!