taylorlu / Speaker-Diarization

speaker diarization by uis-rnn and speaker embedding by vgg-speaker-recognition
Apache License 2.0
464 stars 121 forks source link

In the prediction stage(speakerDiarization),how to determine the num_class in the spkModel.vggvox_resnet2d_icassp #23

Open 934453938 opened 4 years ago

934453938 commented 4 years ago

In the prediction stage, I need to generate the d_vector of the prediction data, but I don't know how to set num_class when I call the spkModel.vggvox_resnet2d_icassp,What should I do?