fix conflicts

pull/3088/head
th.zhang 2 years ago
parent 9c7c2ca3c2
commit 958bfe5403

@ -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

Loading…
Cancel
Save