Skip to content

Allow setting wandb project names#4

Merged
Sllambias merged 1 commit into
Sllambias:mainfrom
lukasugar:expose_wand_project_name_as_param
May 20, 2026
Merged

Allow setting wandb project names#4
Sllambias merged 1 commit into
Sllambias:mainfrom
lukasugar:expose_wand_project_name_as_param

Conversation

@lukasugar
Copy link
Copy Markdown
Contributor

Adds configurable W&B project names via logger.wandb_project.

Previously, several run entry points hardcoded the W&B project name, while others relied on the shared logger default or used cfg.task. This PR moves those values into the default Hydra configs and updates all training/finetuning entry points to pass cfg.logger.wandb_project to the logger.

Current behavior is preserved by default:

  • finetune cls/reg: Finetune
  • pretrain: Pretrain
  • linear probe: LinearProbe
  • train cls/reg: Asparagus
  • train/finetune seg: ${task}

Users can now override the project name from config or CLI, e.g. logger.wandb_project=MyProject.

@Sllambias Sllambias merged commit 2fbff63 into Sllambias:main May 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants