from local

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

View File

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