From 9a98e6ced6370e42f69a8d904ab66a481cfb4d6f Mon Sep 17 00:00:00 2001 From: pehonnet Date: Mon, 25 Apr 2022 12:51:53 +0200 Subject: [PATCH] fix fp16 option in example usage (#332) --- egs/librispeech/ASR/pruned_transducer_stateless2/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless2/train.py b/egs/librispeech/ASR/pruned_transducer_stateless2/train.py index 80617847a..d15c44388 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless2/train.py @@ -35,7 +35,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3" --world-size 4 \ --num-epochs 30 \ --start-epoch 0 \ - --use_fp16 1 \ + --use-fp16 1 \ --exp-dir pruned_transducer_stateless2/exp \ --full-libri 1 \ --max-duration 550