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

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