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
316a455cb4
commit
8a8cb580f6
Binary file not shown.
@ -826,6 +826,7 @@ def main():
|
|||||||
tedlium = TedLiumAsrDataModule(args)
|
tedlium = TedLiumAsrDataModule(args)
|
||||||
valid_cuts = tedlium.valid_cuts()
|
valid_cuts = tedlium.valid_cuts()
|
||||||
test_cuts = tedlium.test_cuts()
|
test_cuts = tedlium.test_cuts()
|
||||||
|
valid_dl = tedlium.test_dataloaders(valid_cuts)
|
||||||
test_dl = tedlium.test_dataloaders(test_cuts)
|
test_dl = tedlium.test_dataloaders(test_cuts)
|
||||||
|
|
||||||
test_sets = ['test set']
|
test_sets = ['test set']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user