We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e4f23 commit 3bc5b28Copy full SHA for 3bc5b28
src/lobster/cmdline/_train.py
@@ -22,8 +22,6 @@ def train(cfg: DictConfig) -> tuple[pl.LightningModule, pl.LightningDataModule,
22
datamodule.setup(stage="fit")
23
model = hydra.utils.instantiate(cfg.model, _recursive_=False)
24
25
- wandb.login(host="https://genentech.wandb.io/")
26
-
27
wandb.init(
28
config=log_cfg, # type: ignore[arg-type]
29
project=cfg.logger.project,
0 commit comments