Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel committed Jan 14, 2025
1 parent 3cb8198 commit 4f65d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segmentation_models_pytorch/decoders/upernet/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(
use_batchnorm=True,
)

def forward(self, *features):
def forward(self, features):
output_size = features[0].shape[2:]
target_size = [size // 4 for size in output_size]

Expand Down

0 comments on commit 4f65d8f

Please sign in to comment.