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
cf28c57fda
commit
3f0b075367
@ -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[0][0][0][0])
|
||||
|
||||
|
||||
return x
|
||||
|
Loading…
x
Reference in New Issue
Block a user