From 74b38613202e8b4c829bcfedac472d70b74b46e8 Mon Sep 17 00:00:00 2001 From: luomingshuang <739314837@qq.com> Date: Mon, 16 May 2022 22:19:38 +0800 Subject: [PATCH] add RESULTS.md --- egs/aidatatang_200zh/ASR/RESULTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/aidatatang_200zh/ASR/RESULTS.md b/egs/aidatatang_200zh/ASR/RESULTS.md index ab7b9cb92..b6ce978d8 100644 --- a/egs/aidatatang_200zh/ASR/RESULTS.md +++ b/egs/aidatatang_200zh/ASR/RESULTS.md @@ -17,7 +17,7 @@ The WERs are The training command for reproducing is given below: ``` -export CUDA_VISIBLE_DEVICES="0, 1" +export CUDA_VISIBLE_DEVICES="0,1" ./pruned_transducer_stateless2/train.py \ --world-size 2 \ @@ -31,7 +31,7 @@ export CUDA_VISIBLE_DEVICES="0, 1" ``` The tensorboard training log can be found at -https://tensorboard.dev/experiment/VpA8b7SZQ7CEjZs9WZ5HNA/#scalars +https://tensorboard.dev/experiment/xS7kgYf2RwyDpQAOdS8rAA/#scalars The decoding command is: ```