mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
57aa5dc3d6
commit
a080ad94f0
Binary file not shown.
@ -835,7 +835,8 @@ def compute_loss(
|
||||
|
||||
#texts = batch["supervisions"]["text"]
|
||||
texts = []
|
||||
for utt_id in supervisions["id"]:
|
||||
for cut in supervisions['cut']:
|
||||
utt_id = cut['id']
|
||||
print(utt_id)
|
||||
print(pl_texts[utt_id])
|
||||
texts.append(pl_texts[utt_id])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user