from local

This commit is contained in:
dohe0342 2023-01-26 14:54:28 +09:00
parent 250d4202aa
commit ba197d581b
4 changed files with 3 additions and 3 deletions

View File

@ -785,6 +785,7 @@ def main():
test_sets = [f"test-clean_sampling", f"test-other_sampling"]
test_dl = [test_clean_dl, test_other_dl]
'''
for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset(
dl=test_dl,
@ -820,8 +821,8 @@ def main():
new_jsons.write(new_line)
'''
'''
for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset(
dl=test_dl,
@ -837,7 +838,6 @@ def main():
test_set_name=test_set,
results_dict=results_dict,
)
'''
'''
test_clean_cuts, test_clean_sets = librispeech.test_clean_cuts(option='user')

View File

@ -58,7 +58,7 @@ else
--enable-spec-aug False \
--multi-optim False \
--world-size 4 \
--num-epochs 100 \
--num-epochs 50 \
--full-libri 1 \
--exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \
--max-duration 150 \