Skip to content

Commit

Permalink
fix fp16 option in example usage (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
pehonnet authored Apr 25, 2022
1 parent d766dc5 commit 9a98e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/librispeech/ASR/pruned_transducer_stateless2/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
--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
Expand Down

0 comments on commit 9a98e6c

Please sign in to comment.