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
633eab8753
commit
7f8a699c87
BIN
egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp
Normal file
BIN
egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp
Normal file
Binary file not shown.
@ -858,10 +858,8 @@ def main() -> None:
|
||||
valid_dl = tedlium.valid_dataloaders(valid_cuts)
|
||||
test_dl = tedlium.test_dataloaders(test_cuts)
|
||||
|
||||
#test_sets = ["dev", "test"]
|
||||
#test_dls = [valid_dl, test_dl]
|
||||
test_sets = ["dev"]
|
||||
test_dls = [dev_dl]
|
||||
test_sets = ["dev", "test"]
|
||||
test_dls = [valid_dl, test_dl]
|
||||
|
||||
for test_set, test_dl in zip(test_sets, test_dls):
|
||||
results_dict = decode_dataset(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user