|
|
@ -4,9 +4,9 @@ set -e
|
|
|
|
. ./path.sh || exit 1;
|
|
|
|
. ./path.sh || exit 1;
|
|
|
|
. ./cmd.sh || exit 1;
|
|
|
|
. ./cmd.sh || exit 1;
|
|
|
|
|
|
|
|
|
|
|
|
gpus=0
|
|
|
|
gpus=0,1,2,3
|
|
|
|
stage=1
|
|
|
|
stage=0
|
|
|
|
stop_stage=1
|
|
|
|
stop_stage=4
|
|
|
|
conf_path=conf/wav2vec2ASR.yaml
|
|
|
|
conf_path=conf/wav2vec2ASR.yaml
|
|
|
|
ips= #xx.xx.xx.xx,xx.xx.xx.xx
|
|
|
|
ips= #xx.xx.xx.xx,xx.xx.xx.xx
|
|
|
|
decode_conf_path=conf/tuning/decode.yaml
|
|
|
|
decode_conf_path=conf/tuning/decode.yaml
|
|
|
|