嘉渊
2023-07-21 311894a7aa56d0b02fbaa229be8b680ee4b48543
update
1个文件已修改
2 ■■■ 已修改文件
egs/callhome/eend_ola/local/dump_feature.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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))