from local

This commit is contained in:
dohe0342 2023-02-25 17:45:13 +09:00
parent 7f65fb9fa9
commit 3dc9bcadd9
3 changed files with 1 additions and 1 deletions

View File

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