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
250d4202aa
commit
ba197d581b
Binary file not shown.
Binary file not shown.
@ -785,6 +785,7 @@ def main():
|
|||||||
test_sets = [f"test-clean_sampling", f"test-other_sampling"]
|
test_sets = [f"test-clean_sampling", f"test-other_sampling"]
|
||||||
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):
|
||||||
results_dict = decode_dataset(
|
results_dict = decode_dataset(
|
||||||
dl=test_dl,
|
dl=test_dl,
|
||||||
@ -820,8 +821,8 @@ def main():
|
|||||||
|
|
||||||
new_jsons.write(new_line)
|
new_jsons.write(new_line)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
results_dict = decode_dataset(
|
results_dict = decode_dataset(
|
||||||
dl=test_dl,
|
dl=test_dl,
|
||||||
@ -837,7 +838,6 @@ def main():
|
|||||||
test_set_name=test_set,
|
test_set_name=test_set,
|
||||||
results_dict=results_dict,
|
results_dict=results_dict,
|
||||||
)
|
)
|
||||||
'''
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
test_clean_cuts, test_clean_sets = librispeech.test_clean_cuts(option='user')
|
test_clean_cuts, test_clean_sets = librispeech.test_clean_cuts(option='user')
|
||||||
|
|||||||
@ -58,7 +58,7 @@ else
|
|||||||
--enable-spec-aug False \
|
--enable-spec-aug False \
|
||||||
--multi-optim False \
|
--multi-optim False \
|
||||||
--world-size 4 \
|
--world-size 4 \
|
||||||
--num-epochs 100 \
|
--num-epochs 50 \
|
||||||
--full-libri 1 \
|
--full-libri 1 \
|
||||||
--exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \
|
--exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \
|
||||||
--max-duration 150 \
|
--max-duration 150 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user