Skip to content

Commit

Permalink
Update src/transformers/models/vitpose/modeling_vitpose.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Iakubovskii <qubvel@gmail.com>
  • Loading branch information
SangbumChoi and qubvel authored Oct 6, 2024
1 parent fee2582 commit 8cb5f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/vitpose/modeling_vitpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class VitPoseClassicDecoder(nn.Module):
turning the feature maps into heatmaps.
"""

def __init__(self, config):
def __init__(self, config: VitPoseConfig):
super().__init__()

self.deconv1 = nn.ConvTranspose2d(
Expand Down

0 comments on commit 8cb5f9c

Please sign in to comment.