Skip to content

Commit e0548a1

Browse files
committed
fix segmentation_head kernel size
1 parent bda982f commit e0548a1

File tree

1 file changed

+1
-1
lines changed
  • segmentation_models_pytorch/decoders/segformer

1 file changed

+1
-1
lines changed

segmentation_models_pytorch/decoders/segformer/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
in_channels=decoder_segmentation_channels,
7575
out_channels=classes,
7676
activation=activation,
77-
kernel_size=3,
77+
kernel_size=1,
7878
upsampling=4,
7979
)
8080

0 commit comments

Comments
 (0)