Skip to content

Commit

Permalink
doc str fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Mar 13, 2024
1 parent 687b9f1 commit 17b23ae
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions egs/mdcc/ASR/zipformer/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,24 @@
"""
Usage:
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
export CUDA_VISIBLE_DEVICES="0,1,2,3"
./zipformer/train.py \
--world-size 8 \
--num-epochs 12 \
--world-size 4 \
--num-epochs 50 \
--start-epoch 1 \
--exp-dir zipformer/exp \
--training-subset L
--lr-epochs 1.5 \
--max-duration 350
# For mix precision training:
./zipformer/train.py \
--world-size 8 \
--num-epochs 12 \
--world-size 4 \
--num-epochs 50 \
--start-epoch 1 \
--use-fp16 1 \
--exp-dir zipformer/exp \
--training-subset L \
--lr-epochs 1.5 \
--max-duration 750
--max-duration 1000
"""

Expand Down

0 comments on commit 17b23ae

Please sign in to comment.