Update metaformers.py

pull/1647/head
Fredo Guan 2023-01-17 11:56:52 -08:00
parent 6b6510f30a
commit 2fef9006d7
1 changed files with 1 additions and 1 deletions

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