Skip to content

Commit 2ef62f1

Browse files
authored
Remove wrong super() call
1 parent 985ad71 commit 2ef62f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

segmentation_models_pytorch/base/modules.py

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ def __init__(
2424
+ "To install see: https://github.com/mapillary/inplace_abn"
2525
)
2626

27-
super().__init__()
28-
2927
conv = nn.Conv2d(
3028
in_channels,
3129
out_channels,

0 commit comments

Comments
 (0)