from local

This commit is contained in:
dohe0342 2023-04-21 11:37:09 +09:00
parent c31b906538
commit d7e24a8a30
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -360,6 +360,7 @@ def decode_one_batch(
encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt) encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt)
if 1: if 1:
encoder_out = encoder_out[:,50:,:]
print(encoder_out.size()) print(encoder_out.size())
exit() exit()
hyps = [] hyps = []