from local

This commit is contained in:
dohe0342 2023-02-25 16:32:38 +09:00
parent 7b568c4130
commit 60ca393d9c
2 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ class TransformerDecoder(nn.Module):
C is the feature number.
"""
print(tgt)
print(tgt.size())
output = tgt
outputs = []