Yana Hontarenko
Results
2
issues of
Yana Hontarenko
I run simple test on small audio with 2 speakers. `from pyAudioAnalysis import audioSegmentation as AS AS.speaker_diarization(filename='data/test_2.wav', n_speakers=2, plot_res=True)` It give me error `ValueError: Found array with 0 feature(s) (shape=(40,...
I see that previously you answered that "for big amount of data you can fit model several times"(#8). But I didn't work with pytorch before and don't know how it...
question