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 7d4871f commit e0dfc5aCopy full SHA for e0dfc5a
napari_cellseg3d/code_models/models/model_SwinUNetR.py
@@ -12,7 +12,7 @@ class SwinUNETR_(SwinUNETR):
12
def __init__(
13
self,
14
in_channels=1,
15
- out_channels=1,
+ out_channels=2,
16
input_img_size=128,
17
use_checkpoint=True,
18
**kwargs,
0 commit comments