mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 14:44:18 +00:00
Minor fixes.
This commit is contained in:
parent
58794ba493
commit
cc6c608fb6
@ -44,8 +44,6 @@ cd egs/librispeech/ASR/
|
|||||||
|
|
||||||
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
|
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
|
||||||
|
|
||||||
. path.sh
|
|
||||||
|
|
||||||
./pruned_transducer_stateless/train.py \
|
./pruned_transducer_stateless/train.py \
|
||||||
--world-size 8 \
|
--world-size 8 \
|
||||||
--num-epochs 60 \
|
--num-epochs 60 \
|
||||||
@ -175,8 +173,6 @@ The training command for reproducing is given below:
|
|||||||
```bash
|
```bash
|
||||||
export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7"
|
export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7"
|
||||||
|
|
||||||
. path.sh
|
|
||||||
|
|
||||||
./transducer_stateless/train.py \
|
./transducer_stateless/train.py \
|
||||||
--world-size 7 \
|
--world-size 7 \
|
||||||
--num-epochs 60 \
|
--num-epochs 60 \
|
||||||
@ -237,8 +233,6 @@ The training command for reproducing is given below:
|
|||||||
```bash
|
```bash
|
||||||
export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7"
|
export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7"
|
||||||
|
|
||||||
. path.sh
|
|
||||||
|
|
||||||
./transducer_stateless/train.py \
|
./transducer_stateless/train.py \
|
||||||
--world-size 7 \
|
--world-size 7 \
|
||||||
--num-epochs 60 \
|
--num-epochs 60 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user