mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update metaformers.py
This commit is contained in:
parent
bde9554604
commit
cc8575e9d1
@ -735,6 +735,7 @@ class MetaFormer(nn.Module):
|
||||
|
||||
def forward(self, x):
|
||||
x = self.forward_features(x)
|
||||
print(x.shape)
|
||||
x = self.forward_head(x)
|
||||
return x
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user