mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-11 19:12:30 +00:00
rename score file
This commit is contained in:
parent
27428187d0
commit
d5471c5284
@ -40,15 +40,15 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
|
|||||||
for test_set in test aishell_test cw_test; do
|
for test_set in test aishell_test cw_test; do
|
||||||
python ctc_tdnn/decode.py \
|
python ctc_tdnn/decode.py \
|
||||||
--post-h5 ${post_dir}/${test_set}.h5 \
|
--post-h5 ${post_dir}/${test_set}.h5 \
|
||||||
--score-file ${post_dir}/fst_${test_set}_pos_h5.txt
|
--score-file ${post_dir}/fst_${test_set}_score.txt
|
||||||
done
|
done
|
||||||
python ./local/auc.py \
|
python ./local/auc.py \
|
||||||
--legend himia_cw \
|
--legend himia_cw \
|
||||||
--positive-score-file ${post_dir}/fst_test_pos_h5.txt \
|
--positive-score-file ${post_dir}/fst_test_score.txt \
|
||||||
--negative-score-file ${post_dir}/fst_cw_test_pos_h5.txt
|
--negative-score-file ${post_dir}/fst_cw_test_score.txt
|
||||||
|
|
||||||
python ./local/auc.py \
|
python ./local/auc.py \
|
||||||
--legend himia_aishell \
|
--legend himia_aishell \
|
||||||
--positive-score-file ${post_dir}/fst_test_pos_h5.txt \
|
--positive-score-file ${post_dir}/fst_test_score.txt \
|
||||||
--negative-score-file ${post_dir}/fst_aishell_test_pos_h5.txt
|
--negative-score-file ${post_dir}/fst_aishell_test_score.txt
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user