From cc6c608fb6d38e5f2bb6147fe133bba76fc52b11 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 27 Mar 2022 21:50:56 +0800 Subject: [PATCH] Minor fixes. --- egs/librispeech/ASR/RESULTS.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index 355b69a99..7b823bdcd 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -44,8 +44,6 @@ cd egs/librispeech/ASR/ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" -. path.sh - ./pruned_transducer_stateless/train.py \ --world-size 8 \ --num-epochs 60 \ @@ -175,8 +173,6 @@ The training command for reproducing is given below: ```bash export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7" -. path.sh - ./transducer_stateless/train.py \ --world-size 7 \ --num-epochs 60 \ @@ -237,8 +233,6 @@ The training command for reproducing is given below: ```bash export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7" -. path.sh - ./transducer_stateless/train.py \ --world-size 7 \ --num-epochs 60 \