Skip to content

Commit

Permalink
Fix use of deprecated arg in colab training
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed Dec 17, 2024
1 parent e878372 commit 4dab4ea
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 136 deletions.
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 @@ -330,7 +330,7 @@ def train(
wandb.init(
config=config_dict,
project="CellSeg3D (Colab)",
name=f"{self.config.model_info.name} training - {utils.get_date_time()}",
name=f"WNet3D training - {utils.get_date_time()}",
mode=self.wandb_config.mode,
tags=["WNet3D", "Colab"],
)
Expand Down
Loading

0 comments on commit 4dab4ea

Please sign in to comment.