from local

This commit is contained in:
dohe0342 2023-04-21 12:15:12 +09:00
parent 389ef00241
commit 91dc1b765c
3 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ def decode_one_batch(
else:
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_lens -= 50