mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
6205da5c22
commit
311894a7aa
@ -34,7 +34,7 @@ class KaldiData:
|
||||
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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user