update train recipe

This commit is contained in:
游雁 2024-02-21 14:41:08 +08:00
parent 7357bb6c45
commit f91205399f
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ CUDA_VISIBLE_DEVICES="0,1"
# general configuration
feats_dir="../DATA" #feature output dictionary
exp_dir="."
exp_dir=`pwd`
lang=zh
token_type=char
stage=0

View File

@ -5,7 +5,7 @@ CUDA_VISIBLE_DEVICES="0,1"
# general configuration
feats_dir="../DATA" #feature output dictionary
exp_dir="."
exp_dir=`pwd`
lang=zh
token_type=char
stage=0

View File

@ -5,7 +5,7 @@ CUDA_VISIBLE_DEVICES="0,1"
# general configuration
feats_dir="../DATA" #feature output dictionary
exp_dir="."
exp_dir=`pwd`
lang=zh
token_type=char
stage=0

View File

@ -5,7 +5,7 @@ CUDA_VISIBLE_DEVICES="0,1"
# general configuration
feats_dir="../DATA" #feature output dictionary
exp_dir="."
exp_dir=`pwd`
lang=zh
token_type=char
stage=0