Beta versions of wandb CLI commands. Requires wandb-core.
Usage
wandb beta COMMAND [ARGS]...
Commands
Command | Description |
---|---|
sync | Upload a training run to W&B |
This is the multi-page printable view of this section. Click here to print.
Beta versions of wandb CLI commands. Requires wandb-core.
wandb beta COMMAND [ARGS]...
Command | Description |
---|---|
sync | Upload a training run to W&B |
Upload a training run to W&B
wandb sync WANDB_DIR [OPTIONS]
Argument | Description | Required |
---|---|---|
WANDB_DIR |
No description available | Yes |
Option | Description |
---|---|
--id |
The run you want to upload to. |
--project , -p |
The project you want to upload to. |
--entity , -e |
The entity to scope to. |
--skip-console |
Skip console logs (default: False) |
--append |
Append run (default: False) |
--include , -i |
Glob to include. Can be used multiple times. |
--exclude , -e |
Glob to exclude. Can be used multiple times. |
--mark-synced |
Mark runs as synced (default: True) |
--skip-synced |
Skip synced runs (default: True) |
--dry-run |
Perform a dry run without uploading anything. (default: False) |