From d0b0f85794eb77268f0994a1c7a81ebcebf65a44 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期日, 23 七月 2023 00:34:33 +0800
Subject: [PATCH] update

---
 egs/callhome/eend_ola/run_test.sh |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/egs/callhome/eend_ola/run_test.sh b/egs/callhome/eend_ola/run_test.sh
index 188b61e..36ba1e7 100644
--- a/egs/callhome/eend_ola/run_test.sh
+++ b/egs/callhome/eend_ola/run_test.sh
@@ -125,16 +125,17 @@
     # for callhome data
     for dset in callhome1_spkall callhome2_spkall; do
         find  $data_dir/eval/$dset  -maxdepth 1 -type f -exec cp {} {}.1 \;
-        output_dir=${data_dir}/ark_data/dump/callhome/$dset
+        output_dir=${data_dir}/ark_data/dump/callhome_chunk2000/$dset
+        mkdir -p $output_dir
         python local/dump_feature.py \
               --data_dir $data_dir/eval/$dset \
               --output_dir $output_dir \
               --index 1 \
               --num_frames 2000
-        mkdir -p ${data_dir}/ark_data/dump/callhome/data/$dset
+        mkdir -p ${data_dir}/ark_data/dump/callhome_chunk2000/data/$dset
         python local/gen_feats_scp.py \
-              --root_path ${data_dir}/ark_data/dump/callhome/$dset \
-              --out_path ${data_dir}/ark_data/dump/callhome/data/$dset \
+              --root_path ${data_dir}/ark_data/dump/callhome_chunk2000/$dset \
+              --out_path ${data_dir}/ark_data/dump/callhome_chunk2000/data/$dset \
               --split_num 1
     done
 fi

--
Gitblit v1.9.1