I followed the usual instructions:
pip install wandb
wandb login
but then it never asked me for the user and thus when I pasted my key into the terminal when asked it was there in the .netrc
file but it was all wrong:
(iit_term_synthesis) brandomiranda~ ❯
(iit_term_synthesis) brandomiranda~ ❯ wandb login
wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin
(iit_term_synthesis) brandomiranda~ ❯ wandb login --relogin
wandb: Logging into wandb.ai. (Learn how to deploy a W&B server locally: https://wandb.me/wandb-server)
wandb: You can find your API key in your browser here: https://wandb.ai/authorize
wandb: Paste an API key from your profile and hit enter, or press ctrl+c to quit:
wandb: Appending key for api.wandb.ai to your netrc file: /Users/brandomiranda/.netrc
(iit_term_synthesis) brandomiranda~ ❯ cat /Users/brandomiranda/.netrc
machine api.wandb.ai
login user
password djkfhkjsdhfkjshdkfj...SECRET...sdhjfjhsdjkfhsdjf
fyi useufl command:
cat ~/.netrc
how to fix this?
seems my issue only happens in pycharm, when I run it in the terminal it works... :/
cross: https://community.wandb.ai/t/wandb-automatically-logeed-into-the-wrong-user-why/2916