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

max( ) arg is an empty sequence #37

Closed shiwanglei closed 4 years ago

shiwanglei commented 4 years ago

Hello, I get an error when I test with my trained model: max_clusters = max([len(beam_state.mean_set) for beam_state in beam_set]) ValueError: max( ) arg is an empty sequence

Is there a problem in the model training stage?