mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
1c6eb1f661
commit
b8efe4ad77
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
git pull
|
git pull
|
||||||
|
|
||||||
#for group_num in 12 6 4 3 2
|
#for group_num in 12 6 4 3 2
|
||||||
for group_num in 4
|
for group_num in 6
|
||||||
do
|
do
|
||||||
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
|
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
|
||||||
./pruned_transducer_stateless_gtrans/train.py \
|
./pruned_transducer_stateless_gtrans/train.py \
|
||||||
@ -10,7 +10,7 @@ do
|
|||||||
--num-epochs 30 \
|
--num-epochs 30 \
|
||||||
--start-epoch 1 \
|
--start-epoch 1 \
|
||||||
--full-libri 1 \
|
--full-libri 1 \
|
||||||
--exp-dir pruned_transducer_stateless_gtrans/layer24_group$group_num \
|
--exp-dir pruned_transducer_stateless_gtrans/layer18_group$group_num \
|
||||||
--max-duration 600 \
|
--max-duration 600 \
|
||||||
--use-fp16 1 \
|
--use-fp16 1 \
|
||||||
--num-encoder-layers 18 \
|
--num-encoder-layers 18 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user