WandbConfig¶
class WandbConfig
Configuration for Weights & Biases logging.
Fields:
enabledbool =FalseEnable Weights & Biases logging.
projectOptional [ str ] =NoneWandB project name (or set WANDB_PROJECT).
entityOptional [ str ] =NoneWandB entity (team/user). Optional.
groupOptional [ str ] =NoneWandB group name (for sweeps/capacity-search).
run_nameOptional [ str ] =NoneWandB run name. Defaults to the resolved output dir name.
tagslist [ str ] =[]List of WandB tags to attach to the run.
notesOptional [ str ] =NoneOptional WandB notes for this run.
modeOptional [ str ] =NoneOptional wandb mode override: ‘online’, ‘offline’, or ‘disabled’.
log_artifactsbool =TrueUpload selected output files as a wandb Artifact.