From 4329a4288669224df4ad6dd93e5c6a46c6720a5b Mon Sep 17 00:00:00 2001 From: Guanbo Wang Date: Thu, 12 May 2022 17:55:23 -0400 Subject: [PATCH] syntax highlight --- egs/gigaspeech/ASR/RESULTS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/egs/gigaspeech/ASR/RESULTS.md b/egs/gigaspeech/ASR/RESULTS.md index 6026eddc5..ba2262031 100644 --- a/egs/gigaspeech/ASR/RESULTS.md +++ b/egs/gigaspeech/ASR/RESULTS.md @@ -13,7 +13,7 @@ Results are: To reproduce the above result, use the following commands for training: -``` +```bash cd egs/gigaspeech/ASR ./prepare.sh export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" @@ -28,7 +28,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" and the following commands for decoding: -``` +```bash # greedy search ./pruned_transducer_stateless2/decode.py \ --epoch 29 \ @@ -86,7 +86,7 @@ Scale values used in n-gram LM rescoring and attention rescoring for the best WE To reproduce the above result, use the following commands for training: -``` +```bash cd egs/gigaspeech/ASR ./prepare.sh export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" @@ -100,7 +100,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" and the following command for decoding: -``` +```bash ./conformer_ctc/decode.py \ --epoch 18 \ --avg 6 \ @@ -125,7 +125,7 @@ Scale values used in n-gram LM rescoring and attention rescoring for the best WE To reproduce the above result, use the training commands above, and the following command for decoding: -``` +```bash ./conformer_ctc/decode.py \ --epoch 18 \ --avg 6 \