We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我用了自己导出的yolov5n的模型,然后用GPU推理的时候,提示
W/ncnn: set_vulkan_compute failed, network use_vulkan_compute disabled
但是用仓库代码原本的模型就没问题,这是为什么呢?
The text was updated successfully, but these errors were encountered:
load_param 前设置 net.opt.use_vulkan_compute = true;
Sorry, something went wrong.
设置了,还是会报错,我的模型是INT8的yolov5s,什么原因?
使用int8 模型是 会报 set_vulkan_compute failed, network use_vulkan_compute disabled fp16 和fp32 就能正常使用 windows端使用的ncnn
No branches or pull requests
您好,我用了自己导出的yolov5n的模型,然后用GPU推理的时候,提示
W/ncnn: set_vulkan_compute failed, network use_vulkan_compute disabled
但是用仓库代码原本的模型就没问题,这是为什么呢?
The text was updated successfully, but these errors were encountered: