Skip to content

Commit 0780890

Browse files
authored
[egs] Aishell: update run.sh with command to show all WERs (kaldi-asr#3974)
1 parent da71f30 commit 0780890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

egs/aishell/s5/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,6 @@ local/chain/run_tdnn.sh
141141

142142
# getting results (see RESULTS file)
143143
for x in exp/*/decode_test; do [ -d $x ] && grep WER $x/cer_* | utils/best_wer.sh; done 2>/dev/null
144+
for x in exp/*/*/decode_test; do [ -d $x ] && grep WER $x/cer_* | utils/best_wer.sh; done 2>/dev/null
144145

145146
exit 0;

0 commit comments

Comments
 (0)