How do I decide which account (private or team) to upload the run to

I recently created a team with my members. However, my account has automatically changed to team mode. That means if I run my script and export my WANDB_API_KEY, the run and related loss curve will automatically upload to my team project instead of my own project. How do I choose which account to upload the run/project to? Thanks very much!

Hi @xtom , there are two methods to specifying which entity you log your runs to.

  1. Using entity arg in wandb.init(entity=<entity-you-want-to-log-to>)
  2. You can set a default through your account settings, https://wandb.ai/settings. Look for Project Defaults sectionDefault location to create new projects. This is overridden by the use of entity above.

Please let us know if you have any questions.

Hi @xtom , 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!