mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Revert "Update metaformers.py"
This reverts commit 2916f37f8d862cd4fcbc86c858b23894daec3339.
This commit is contained in:
parent
2916f37f8d
commit
e4f89b2e25
@ -816,10 +816,8 @@ class MetaFormer(nn.Module):
|
||||
|
||||
def forward_features(self, x):
|
||||
x = self.patch_embed(x)
|
||||
#x = self.stages(x)
|
||||
for i, stage in enumerate(self.stages):
|
||||
x = stage(x)
|
||||
print(x[0][0][0][0])
|
||||
x = self.stages(x)
|
||||
|
||||
|
||||
return x
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user