|
|
@ -1,12 +1,13 @@
|
|
|
|
#!/bin/bash
|
|
|
|
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
|
|
. ./path.sh || exit 1;
|
|
|
|
. ./path.sh || exit 1;
|
|
|
|
. ./cmd.sh || exit 1;
|
|
|
|
. ./cmd.sh || exit 1;
|
|
|
|
|
|
|
|
|
|
|
|
gpus=0
|
|
|
|
gpus=0
|
|
|
|
stage=0
|
|
|
|
stage=0
|
|
|
|
stop_stage=3
|
|
|
|
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
|
|
|
|
avg_num=1
|
|
|
|
avg_num=1
|
|
|
|