fixes ?
Created by: vince62s
Hi, I think you have twice the same section in your makefile build/audio/segmented/%: build/diarization/%/show.seg
Also I do not fully understand this line build/trans/%/nnet2_online_ivector_pruned/decode/log: build/fst/nnet2_online_ivector/final.mdl build/fst/nnet2_online_ivector/graph_prunedlm build/trans/%/spk2utt build/trans/%/mfcc
I think build/trans/%/spk2utt is redundant because called already by build/trans/%/mfcc
Cheers,