Skip to content

Commit

Permalink
modify tal_csasr recipe (#1252)
Browse files Browse the repository at this point in the history
Co-authored-by: zss11 <[email protected]>
  • Loading branch information
Sedrick-Song and zss11 authored Sep 14, 2023
1 parent 7cc2dae commit fba1710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/tal_csasr/ASR/pruned_transducer_stateless5/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,12 +724,12 @@ def text_normalize_for_cut(c: Cut):
)
save_results(
params=params,
test_set_name=test_set,
test_set_name=test_set + "-zh",
results_dict=zh_results_dict,
)
save_results(
params=params,
test_set_name=test_set,
test_set_name=test_set + "-en",
results_dict=en_results_dict,
)

Expand Down

0 comments on commit fba1710

Please sign in to comment.