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 8c16851 commit 144a045Copy full SHA for 144a045
cellseg_models_pytorch/decoders/long_skips/unet.py
@@ -9,7 +9,7 @@
9
__all__ = ["UnetSkip"]
10
11
12
-class UnetSkip(nn.ModuleDict):
+class UnetSkip(nn.Module):
13
def __init__(
14
self,
15
stage_ix: int,
0 commit comments