mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
sond pipeline
This commit is contained in:
parent
fc85f34596
commit
87181cd880
@ -34,7 +34,7 @@ def calc_rand_ivc(spk, spk2utt, utt2ivc, utt2frames, total_len=3000):
|
||||
def process(meeting_scp, labels_scp, spk2utt, utt2xvec, utt2frames, meeting2spk_list, args):
|
||||
out_prefix = args.out
|
||||
|
||||
ivc_dim = 512
|
||||
ivc_dim = 192
|
||||
win_len, win_shift = 400, 160
|
||||
label_weights = 2 ** np.array(list(range(args.n_spk)))
|
||||
wav_writer = kaldiio.WriteHelper("ark,scp:{}_wav.ark,{}_wav.scp".format(out_prefix, out_prefix))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user