Update metaformers.py

This commit is contained in:
Fredo Guan 2023-01-17 12:00:17 -08:00
parent cf28c57fda
commit 3f0b075367

View File

@ -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