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
4d98b21688
commit
57aa5dc3d6
Binary file not shown.
@ -834,9 +834,8 @@ def compute_loss(
|
|||||||
warm_step = params.warm_step
|
warm_step = params.warm_step
|
||||||
|
|
||||||
#texts = batch["supervisions"]["text"]
|
#texts = batch["supervisions"]["text"]
|
||||||
print(batch)
|
|
||||||
texts = []
|
texts = []
|
||||||
for utt_id in batch["id"]:
|
for utt_id in supervisions["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