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
5e67a45530
commit
0fc4769ce6
Binary file not shown.
@ -788,7 +788,7 @@ def main():
|
|||||||
test_clean_dl = [librispeech.test_dataloaders(user) for user in test_clean_cuts]
|
test_clean_dl = [librispeech.test_dataloaders(user) for user in test_clean_cuts]
|
||||||
test_other_dl = [librispeech.test_dataloaders(user) for user in test_other_cuts]
|
test_other_dl = [librispeech.test_dataloaders(user) for user in test_other_cuts]
|
||||||
|
|
||||||
test_sets = ["test-clean", "test-other"]
|
test_sets = [test_clean_sets, test_other_sets]
|
||||||
test_dl = [test_clean_dl, test_other_dl]
|
test_dl = [test_clean_dl, test_other_dl]
|
||||||
|
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user