We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c6a50 commit 4fa481bCopy full SHA for 4fa481b
napari_cellseg3d/code_models/worker_training.py
@@ -425,10 +425,10 @@ def train(
425
logger.debug(f"wandb config : {config_dict}")
426
wandb.init(
427
config=config_dict,
428
- project="CellSeg3D",
429
- name=f"{self.config.model_info.name}_training - {utils.get_date_time()}",
+ project="CellSeg3D - WNet",
+ name=f"WNet_training - {utils.get_date_time()}",
430
mode=self.wandb_config.mode,
431
- tags=[f"{self.config.model_info.name}", "training"],
+ tags=["WNet", "training"],
432
)
433
434
set_determinism(seed=self.config.deterministic_config.seed)
0 commit comments