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 = batch["supervisions"]["text"]
|
||||||
texts = []
|
texts = []
|
||||||
for utt_id in supervisions["id"]:
|
for cut in supervisions['cut']:
|
||||||
|
utt_id = cut['id']
|
||||||
print(utt_id)
|
print(utt_id)
|
||||||
print(pl_texts[utt_id])
|
print(pl_texts[utt_id])
|
||||||
texts.append(pl_texts[utt_id])
|
texts.append(pl_texts[utt_id])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user