Update metaformers.py

This commit is contained in:
Fredo Guan 2023-01-17 11:58:27 -08:00
parent 2fef9006d7
commit cf28c57fda

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])
print(x[0][0][0][0])
return x