From 311894a7aa56d0b02fbaa229be8b680ee4b48543 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期五, 21 七月 2023 02:52:39 +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 5d7a061..8549c31 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