From 993f226f35094d1d47fbcaa983389d830d1332e5 Mon Sep 17 00:00:00 2001
From: jmwang66 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 07 八月 2023 16:09:39 +0800
Subject: [PATCH] Merge pull request #806 from alibaba-damo-academy/dev_wjm_sd
---
egs/callhome/eend_ola/local/dump_feature.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/egs/callhome/eend_ola/local/dump_feature.py b/egs/callhome/eend_ola/local/dump_feature.py
index 8549c31..5d7a061 100644
--- a/egs/callhome/eend_ola/local/dump_feature.py
+++ b/egs/callhome/eend_ola/local/dump_feature.py
@@ -34,7 +34,7 @@
utt2spk_file = os.path.join(self.data_dir, 'utt2spk.{}'.format(idx))
self.utt2spk = load_utt2spk(utt2spk_file)
- wav_file = os.path.join(self.data_dir, 'wav.{}.scp'.format(idx))
+ wav_file = os.path.join(self.data_dir, 'wav.scp.{}'.format(idx))
self.wavs = load_wav_scp(wav_file)
reco2dur_file = os.path.join(self.data_dir, 'reco2dur.{}'.format(idx))
--
Gitblit v1.9.1