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
93ba1461c9
commit
381acf1bfd
Binary file not shown.
@ -808,7 +808,7 @@ def main():
|
||||
if 1:
|
||||
test_clean_cuts = librispeech.vox_cuts(option=params.spk_id)
|
||||
test_clean_dl = librispeech.test_dataloaders(test_clean_cuts)
|
||||
test_sets = [f"test-clean_sampling"]
|
||||
test_sets = [f"{params.spk_id}"]
|
||||
test_dl = [test_clean_dl]
|
||||
|
||||
for test_set, test_dl in zip(test_sets, test_dl):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user