Skip to main content

Usage

Description

Initialize or update W&B configuration for the current directory. Set a project and entity, create local W&B settings, and prepare the directory for experiment tracking. For example, set up W&B for the current directory with guided prompts for team and project selection:
To set the default project to “foobar” and the default entity to “team-awesome” without prompts:
To set the W&B mode to offline:
To reset existing W&B configuration for the current directory:

Options

FlagTypeDescription
--project, -pSTRSet the project to upload runs to. Default: None
--entity, -eSTRSet the entity to scope the project to. Default: None
--resetBOOL FlagReset existing W&B configuration for the directory. Default: False
--mode, -mSTRSet the W&B mode. One of ‘online’, ‘offline’, or ‘disabled’. Default: None