from local

This commit is contained in:
dohe0342 2023-04-21 11:45:58 +09:00
parent dad0aa54ca
commit fc9a950323
2 changed files with 0 additions and 2 deletions

View File

@ -363,8 +363,6 @@ def decode_one_batch(
encoder_out = encoder_out[:,50:,:]
encoder_out_lens -= 50
print(encoder_out.size())
hyps = []
if params.decoding_method == "fast_beam_search":