We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985ad71 commit 2ef62f1Copy full SHA for 2ef62f1
segmentation_models_pytorch/base/modules.py
@@ -24,8 +24,6 @@ def __init__(
24
+ "To install see: https://github.com/mapillary/inplace_abn"
25
)
26
27
- super().__init__()
28
-
29
conv = nn.Conv2d(
30
in_channels,
31
out_channels,
0 commit comments