wandb init
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
init [OPTIONS]
wandb init
wandb init --project foobar --entity team-awesome
wandb init --mode offline
wandb init --reset
| Flag | Type | Description |
|---|---|---|
--project, -p | STR | Set the project to upload runs to. Default: None |
--entity, -e | STR | Set the entity to scope the project to. Default: None |
--reset | BOOL Flag | Reset existing W&B configuration for the directory. Default: False |
--mode, -m | STR | Set the W&B mode. One of ‘online’, ‘offline’, or ‘disabled’. Default: None |
Was this page helpful?