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 f1b0c59 commit 64821a0Copy full SHA for 64821a0
napari_cellseg3d/code_models/worker_training.py
@@ -430,7 +430,7 @@ def train(
430
wandb.finish()
431
wandb.init(
432
config=config_dict,
433
- project="CellSeg3D - WNet",
+ project="CellSeg3D - WNet3D",
434
name=f"WNet3D_training - {utils.get_date_time()}",
435
mode=self.wandb_config.mode,
436
tags=["WNet3D", "training"],
napari_cellseg3d/dev_scripts/colab_training.py
@@ -598,7 +598,7 @@ def train(
598
model_artifact = wandb.Artifact(
599
"WNet3D",
600
type="model",
601
- description="CellSeg3D WNet",
+ description="CellSeg3D WNet3D",
602
metadata=self.config.__dict__,
603
)
604
model_artifact.add_file(save_weights_path)
0 commit comments