mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
from local
This commit is contained in:
parent
27094cde13
commit
85c150c86a
Binary file not shown.
@ -545,6 +545,7 @@ def decode_dataset(
|
||||
print(batch)
|
||||
|
||||
texts = batch["supervisions"]["text"]
|
||||
texts = [text.upper() for text in texts]
|
||||
|
||||
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user