from local

This commit is contained in:
dohe0342 2022-12-26 14:26:36 +09:00
parent 6234335768
commit 330566a657
2 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class ResidualAdapterModule(nn.Module):
x = residual + x
print(x.size())
x = x.transpose(0, 1)
print(x.size())
return x