游雁 пре 2 година
родитељ
комит
f91205399f

+ 1 - 1
examples/aishell/branchformer/run.sh

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

+ 1 - 1
examples/aishell/e_branchformer/run.sh

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

+ 1 - 1
examples/aishell/paraformer/run.sh

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

+ 1 - 1
examples/aishell/transformer/run.sh

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