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
1.分析发现给HiAI传入input op,查了下hiai的日志,发现是input op输入有问题:
2.又增加了一些打印,发现在调用setNetworkInput时,由于input Tensor一直不是INPUT类型,导致mInputOps为空,所以最终传给HiAI时没有input op:
3.模型文件 sesr_c1.mnn.zip
4.调用MNN的代码 SuperResolutionMnnModule.cc.zip
请问大佬,这个应该如何解决?
The text was updated successfully, but these errors were encountered:
不是缺少lihiai_ir_infershape.so的问题。我增加了so,已经不报缺少so的错误了。还是报input operator size 错误
Sorry, something went wrong.
No branches or pull requests
使用CPU推理时正常,但是在使用麒麟NPU推理崩溃
1.分析发现给HiAI传入input op,查了下hiai的日志,发现是input op输入有问题:
2.又增加了一些打印,发现在调用setNetworkInput时,由于input Tensor一直不是INPUT类型,导致mInputOps为空,所以最终传给HiAI时没有input op:
3.模型文件
sesr_c1.mnn.zip
4.调用MNN的代码
SuperResolutionMnnModule.cc.zip
请问大佬,这个应该如何解决?
The text was updated successfully, but these errors were encountered: