Skip to content

Commit 34df157

Browse files
committed
Merge branch 'fix_deeplab' of https://github.com/brianhou0208/segmentation_models.pytorch into fix_deeplab
2 parents f96dbda + c97d43a commit 34df157

File tree

1 file changed

+0
-1
lines changed
  • segmentation_models_pytorch/decoders/deeplabv3

1 file changed

+0
-1
lines changed

segmentation_models_pytorch/decoders/deeplabv3/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def __init__(
7979
encoder_output_stride
8080
)
8181
)
82-
8382
self.encoder = get_encoder(
8483
encoder_name,
8584
in_channels=in_channels,

0 commit comments

Comments
 (0)