Skip to content

Commit 3bc5b28

Browse files
authored
Update _train.py
1 parent b0e4f23 commit 3bc5b28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lobster/cmdline/_train.py

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def train(cfg: DictConfig) -> tuple[pl.LightningModule, pl.LightningDataModule,
2222
datamodule.setup(stage="fit")
2323
model = hydra.utils.instantiate(cfg.model, _recursive_=False)
2424

25-
wandb.login(host="https://genentech.wandb.io/")
26-
2725
wandb.init(
2826
config=log_cfg, # type: ignore[arg-type]
2927
project=cfg.logger.project,

0 commit comments

Comments
 (0)