Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

andb.errors.UsageError: api_key not configured #44

Open
SajjadHaydar opened this issue Feb 21, 2024 · 0 comments
Open

andb.errors.UsageError: api_key not configured #44

SajjadHaydar opened this issue Feb 21, 2024 · 0 comments

Comments

@SajjadHaydar
Copy link

I am trying to train with the given command: python new_train.py -o options/fast/fast-b.yml
but I am getting this error:
Traceback (most recent call last):
File "/proj/noref-videomodel/FAST-VQA-and-FasterVQA/new_train.py", line 617, in
main()
File "/proj/noref-videomodel/FAST-VQA-and-FasterVQA/new_train.py", line 394, in main
run = wandb.init(
File "/opt/conda/lib/python3.10/site-packages/wandb/sdk/wandb_init.py", line 1195, in init
raise e
File "/opt/conda/lib/python3.10/site-packages/wandb/sdk/wandb_init.py", line 1172, in init
wi.setup(kwargs)
File "/opt/conda/lib/python3.10/site-packages/wandb/sdk/wandb_init.py", line 306, in setup
wandb_login._login(
File "/opt/conda/lib/python3.10/site-packages/wandb/sdk/wandb_login.py", line 317, in _login
wlogin.prompt_api_key()
File "/opt/conda/lib/python3.10/site-packages/wandb/sdk/wandb_login.py", line 247, in prompt_api_key
raise UsageError("api_key not configured (no-tty). call " + directive)
wandb.errors.UsageError: api_key not configured (no-tty). call wandb.login(key=[your_api_key])

Do we need wandb API's key? If, yes, then how to get it for this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant