wandb.errors.UsageError: api_key not configured (no-tty). call wandb.login(key=[your_api_

error message

wandb.errors.UsageError: api_key not configured (no-tty). call wandb.login(key=[your_api_key])

solution

Run the following command to find the URL

wandb init

You can log in with a Google account or a github account. After logging in, fill in some information and skip the steps that can be skipped; finally, it will automatically send you an API key value.
insert image description here

Fill in the API key value

Just fill in the command line just now

Guess you like

Origin blog.csdn.net/GodGump/article/details/127929147