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

error,args.log_to_wandb set to True but args.project_name is None #17

Open
qiongshuai opened this issue Jan 2, 2023 · 1 comment
Open

Comments

@qiongshuai
Copy link

ValueError: args.log_to_wandb set to True but args.project_name is None
how to solve it?

@zhaoyuzhi
Copy link

  1. register an account on wandb website
  2. record your personal API key
  3. install wandb on your own PC by pip install wandb and login with your API key by wandb login
  4. set args.project_name with your project name, where you can initialize a project after you login your wandb account on the web browser

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

2 participants