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
85c150c86a
commit
904ec7a572
Binary file not shown.
@ -829,7 +829,7 @@ def main():
|
|||||||
args.return_cuts = True
|
args.return_cuts = True
|
||||||
tedlium = TedLiumAsrDataModule(args)
|
tedlium = TedLiumAsrDataModule(args)
|
||||||
#valid_cuts = tedlium.dev_cuts()
|
#valid_cuts = tedlium.dev_cuts()
|
||||||
test_cuts = tedlium.test_cuts()
|
test_cuts = tedlium.user_test_cuts()
|
||||||
#valid_dl = tedlium.test_dataloaders(valid_cuts)
|
#valid_dl = tedlium.test_dataloaders(valid_cuts)
|
||||||
test_dl = tedlium.test_dataloaders(test_cuts)
|
test_dl = tedlium.test_dataloaders(test_cuts)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user