danve-fan
danve-fan
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question pphuman发布的模型有NonZero算子,但tensorrt不支持,而pphuman又说支持tensorrt加速推理,该如何操作? 1、我把pphuman发布的模型用paddle2onnx做了转换; 2、采用tensorrt对onnx模型进行读入,但提示不支持NonZero算子; 请问该怎么操作?
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 使用后报如下异常: RuntimeError: Check 'creator_it != CREATORS_MAP.end()' failed...
**请将下面信息填写完整,便于我们快速解决问题,谢谢!** **问题描述** 转换后的onnx模型被openvion2022识别时提示错误: non_zero.cpp:43 NonZero layer with name 'NonZero_0' has incorrect number of output edges: 2 转换成onnx时启用了检查,提示:ONNX model generated is valid. 说明转换是成功的! 请问是怎么回事?