Skip to content

Commit 4f65d8f

Browse files
committed
Fix
1 parent 3cb8198 commit 4f65d8f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

segmentation_models_pytorch/decoders/upernet/decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def __init__(
110110
use_batchnorm=True,
111111
)
112112

113-
def forward(self, *features):
113+
def forward(self, features):
114114
output_size = features[0].shape[2:]
115115
target_size = [size // 4 for size in output_size]
116116

0 commit comments

Comments
 (0)