wenet-e2e / wespeaker

Research and Production Oriented Speaker Verification, Recognition and Diarization Toolkit
Apache License 2.0
598 stars 104 forks source link

[fix] cannot seek vector iterator after end #315

Closed zmoth closed 2 months ago

zmoth commented 2 months ago

当我在windows下用MSVC编译,在运行时出现和 #205 一样的问题。经过排查发现 chunk_feat 长度为178 , 而num_chunk_frames_ (使用默认参数)为198. 所有vector索引越界了。

另外我使用 #205 问题中的音频是没有问题的,我是使用自己的音频(不到1s)。

cdliang11 commented 2 months ago

good!