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
75bd0d8da6
commit
508364b72d
Binary file not shown.
Binary file not shown.
@ -825,7 +825,10 @@ def main():
|
|||||||
args.return_cuts = True
|
args.return_cuts = True
|
||||||
tedlium = TedLiumAsrDataModule(args)
|
tedlium = TedLiumAsrDataModule(args)
|
||||||
test_cuts = tedlium.test_cuts()
|
test_cuts = tedlium.test_cuts()
|
||||||
test_dl = tedlium.train_dataloaders(train_cuts)
|
test_dl = tedlium.test_dataloaders(test_cuts)
|
||||||
|
|
||||||
|
test_sets = ['test set']
|
||||||
|
test_dl = [test_dl]
|
||||||
|
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
results_dict = decode_dataset(
|
results_dict = decode_dataset(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user