From 47343b5c2f4e1256f60f46d8da0aa2e5de39b6c7 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期六, 05 八月 2023 17:53:08 +0800
Subject: [PATCH] init repo

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