mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Incorrectly named head_hidden_size
This commit is contained in:
parent
91e743f2dd
commit
9d1dfe8dbe
@ -384,7 +384,7 @@ class MambaOut(nn.Module):
|
||||
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user