嘉渊
2023-07-27 197196c712d1f9ce4811edc4d27359b4fce0405a
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))