move scripts to s1 dir

pull/719/head
Junkun 3 years ago
parent 0296c0f22b
commit ab966b7120

@ -76,11 +76,11 @@ training:
global_grad_clip: 5.0
optim: adam
optim_conf:
lr: 0.004
lr: 0.002
weight_decay: 1e-06
scheduler: warmuplr # pytorch v1.1.0+ required
scheduler_conf:
warmup_steps: 25000
warmup_steps: 400
lr_decay: 1.0
log_interval: 100
checkpoint:

@ -1,4 +1,4 @@
export MAIN_ROOT=${PWD}/../../
export MAIN_ROOT=${PWD}/../../../
export PATH=${MAIN_ROOT}:${MAIN_ROOT}/utils:${PATH}
export LC_ALL=C

@ -6,7 +6,7 @@ stage=0
stop_stage=50
conf_path=conf/transformer.yaml
avg_num=10
TIMIT_path=
TIMIT_path= #path of TIMIT (Required, e.g. /export/corpora5/LDC/LDC93S1/timit/TIMIT)
source ${MAIN_ROOT}/utils/parse_options.sh || exit 1;
avg_ckpt=avg_${avg_num}
Loading…
Cancel
Save