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 766ceaa commit e3286ceCopy full SHA for e3286ce
napari_cellseg3d/dev_scripts/colab_training.py
@@ -73,8 +73,8 @@ def __init__(
73
worker_config: worker configuration
74
wandb_config: optional wandb configuration
75
"""
76
- super().__init__()
77
- self.config = worker_config
+ super().__init__(worker_config)
78
self.wandb_config = (
79
wandb_config if wandb_config is not None else config.WandBConfig()
80
)
0 commit comments