We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826e304 commit 504ee6dCopy full SHA for 504ee6d
1 file changed
napari_cellseg3d/code_models/models/model_SwinUNetR.py
@@ -32,7 +32,7 @@ def __init__(
32
"""
33
try:
34
super().__init__(
35
- input_img_size,
+ # img_size=input_img_size,
36
in_channels=in_channels,
37
out_channels=out_channels,
38
feature_size=48,
@@ -45,7 +45,7 @@ def __init__(
45
except TypeError as e:
46
logger.warning(f"Caught TypeError: {e}")
47
48
+ # input_img_size,
49
in_channels=1,
50
out_channels=1,
51
0 commit comments