from local

This commit is contained in:
dohe0342 2023-04-25 11:47:56 +09:00
parent 5bc7c1e64c
commit 559f7a8eab
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -359,7 +359,7 @@ def decode_one_batch(
else: else:
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 0:
encoder_out = encoder_out[:,50:,:] encoder_out = encoder_out[:,50:,:]
encoder_out_lens -= 50 encoder_out_lens -= 50