mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
5473acb24b
commit
c2928c806b
@ -20,7 +20,6 @@ stage=0
|
|||||||
stop_stage=3
|
stop_stage=3
|
||||||
|
|
||||||
# feature configuration
|
# feature configuration
|
||||||
feats_dim=80
|
|
||||||
nj=64
|
nj=64
|
||||||
|
|
||||||
# data
|
# data
|
||||||
@ -115,7 +114,6 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
|
|||||||
--resume true \
|
--resume true \
|
||||||
--output_dir ${exp_dir}/exp/${model_dir} \
|
--output_dir ${exp_dir}/exp/${model_dir} \
|
||||||
--config $asr_config \
|
--config $asr_config \
|
||||||
--input_size $feats_dim \
|
|
||||||
--ngpu $gpu_num \
|
--ngpu $gpu_num \
|
||||||
--num_worker_count $count \
|
--num_worker_count $count \
|
||||||
--multiprocessing_distributed true \
|
--multiprocessing_distributed true \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user