update, test=doc

pull/1712/head
TianYuan 3 years ago
parent dafe7c3657
commit da93f944e6

@ -2,8 +2,8 @@
train_output_path=$1 train_output_path=$1
stage=2 stage=0
stop_stage=2 stop_stage=0
# pwgan # pwgan
if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then

@ -9,7 +9,7 @@ stop_stage=100
conf_path=conf/cnndecoder.yaml conf_path=conf/cnndecoder.yaml
train_output_path=exp/cnndecoder train_output_path=exp/cnndecoder
ckpt_name=snapshot_iter_153000.pdz ckpt_name=snapshot_iter_153.pdz
# with the following command, you can choose the stage range you want to run # with the following command, you can choose the stage range you want to run
# such as `./run.sh --stage 0 --stop-stage 0` # such as `./run.sh --stage 0 --stop-stage 0`

Loading…
Cancel
Save