from local

This commit is contained in:
dohe0342 2023-01-26 14:48:27 +09:00
parent 8bc74896a6
commit 884129b691
2 changed files with 0 additions and 2 deletions

View File

@ -837,8 +837,6 @@ def compute_loss(
texts = []
for cut in supervisions['cut']:
utt_id = cut.id
print(utt_id)
print(pl_texts[utt_id])
texts.append(pl_texts[utt_id])
token_ids = sp.encode(texts, out_type=int)