Skip to content

Commit

Permalink
Incorrectly named head_hidden_size
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Sep 14, 2024
1 parent bab52f4 commit b0cfd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/mambaout.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def __init__(
drop_rate=drop_rate,
)
self.num_features = prev_dim
self.hidden_size = self.head.num_features
self.head_hidden_size = self.head.num_features

self.apply(self._init_weights)

Expand Down

0 comments on commit b0cfd9d

Please sign in to comment.