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 d8ddad4 commit c90ac9cCopy full SHA for c90ac9c
cellseg_models_pytorch/training/tests/test_training.py
@@ -9,7 +9,7 @@
9
from cellseg_models_pytorch.training.lit import SegmentationExperiment
10
11
12
-def test_training(img_patch_dir, mask_patch_dir, auto_lr):
+def test_training(img_patch_dir, mask_patch_dir):
13
train_ds = SegmentationFolderDataset(
14
path=img_patch_dir.as_posix(),
15
mask_path=mask_patch_dir.as_posix(),
0 commit comments