Skip to content

Commit 144a045

Browse files
committed
style: style fix
1 parent 8c16851 commit 144a045

File tree

1 file changed

+1
-1
lines changed
  • cellseg_models_pytorch/decoders/long_skips

1 file changed

+1
-1
lines changed

cellseg_models_pytorch/decoders/long_skips/unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__all__ = ["UnetSkip"]
1010

1111

12-
class UnetSkip(nn.ModuleDict):
12+
class UnetSkip(nn.Module):
1313
def __init__(
1414
self,
1515
stage_ix: int,

0 commit comments

Comments
 (0)