Skip to content

Commit

Permalink
Fix WandB run names
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed May 7, 2024
1 parent f1b0c59 commit 64821a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion napari_cellseg3d/code_models/worker_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def train(
wandb.finish()
wandb.init(
config=config_dict,
project="CellSeg3D - WNet",
project="CellSeg3D - WNet3D",
name=f"WNet3D_training - {utils.get_date_time()}",
mode=self.wandb_config.mode,
tags=["WNet3D", "training"],
Expand Down
2 changes: 1 addition & 1 deletion napari_cellseg3d/dev_scripts/colab_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def train(
model_artifact = wandb.Artifact(
"WNet3D",
type="model",
description="CellSeg3D WNet",
description="CellSeg3D WNet3D",
metadata=self.config.__dict__,
)
model_artifact.add_file(save_weights_path)
Expand Down

0 comments on commit 64821a0

Please sign in to comment.