icefall/egs/tedlium3/ASR/decode.sh
2023-06-11 23:49:51 +09:00

6 lines
120 B
Bash
Executable File

for i in {0..10}; do
spk_id=${spk#*$dest\/}
echo $spk_id
./test.sh $spk_id test ## ./test.sh spk_id result_file
done