嘉渊
2023-07-23 3aad0e15ecf53aa22e89c82f48fcf356df16df20
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))