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 2fef9006d72824789b733dd8dbc20b21b79add0b.
This commit is contained in:
parent
869e01cec6
commit
47b718a1c8
@ -822,7 +822,7 @@ class MetaFormer(nn.Module):
|
||||
#x = self.stages(x)
|
||||
for i, stage in enumerate(self.stages):
|
||||
x=stage(x)
|
||||
print(x[0][0][0][0])
|
||||
print(x)
|
||||
|
||||
|
||||
return x
|
||||
|
Loading…
x
Reference in New Issue
Block a user