WandbConfig

class WandbConfig

Configuration for Weights & Biases logging.

Fields:

enabledbool = False

Enable Weights & Biases logging.

projectOptional [ str ] = None

WandB project name (or set WANDB_PROJECT).

entityOptional [ str ] = None

WandB entity (team/user). Optional.

groupOptional [ str ] = None

WandB group name (for sweeps/capacity-search).

run_nameOptional [ str ] = None

WandB run name. Defaults to the resolved output dir name.

tagslist [ str ] = []

List of WandB tags to attach to the run.

notesOptional [ str ] = None

Optional WandB notes for this run.

modeOptional [ str ] = None

Optional wandb mode override: ‘online’, ‘offline’, or ‘disabled’.

log_artifactsbool = True

Upload selected output files as a wandb Artifact.