使用ncnn推理时出现不稳定上下文丢失问题 #2 #773
Answered
by
snakers4
langzi-pixel
asked this question in
Q&A
|
项目背景:使用ncnn框架对裁剪后的vad进行修剪,提取16K的端到端的模型(去除判断子图),转为ncnn格式后使用C++进行推理 |
Answered by
snakers4
May 18, 2026
Replies: 2 comments
|
Most likely you are not passing context, similar to this issue: |
0 replies
Answer selected by
snakers4
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most likely you are not passing context, similar to this issue:
#771