from local
This commit is contained in:
parent
8bc74896a6
commit
884129b691
Binary file not shown.
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user