Update metaformers.py

pull/1647/head
Fredo Guan 2 years ago
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…
Cancel
Save