This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

wandb beta

Usage

wandb beta [OPTIONS] COMMAND [ARGS]...

Summary

Beta versions of wandb CLI commands. Requires wandb-core.

Options

Option Description

Commands

Command Description
sync Upload a training run to W&B

1 - wandb beta sync

Usage

wandb beta sync [OPTIONS] WANDB_DIR

Summary

Upload a training run to W&B

Options

Option Description
--id The run you want to upload to.
-p, --project The project you want to upload to.
-e, --entity The entity to scope to.
--skip-console Skip console logs
--append Append run
-i, --include Glob to include. Can be used multiple times.
-e, --exclude Glob to exclude. Can be used multiple times.
--mark-synced / --no-mark-synced Mark runs as synced
--skip-synced / --no-skip-synced Skip synced runs
--dry-run Perform a dry run without uploading anything.