标签: python onnxruntime
我有一个来自CNTK的ONNX对象检测模型。 我使用onnxruntime.InferenceSession(onnxModelFilePath)创建一个会话实例,并按所述设置输入。 问题是,当我调用session.run([], {input:value})函数保存结果时,出现了“内核死亡,重新启动” 错误消息。 我在Spyder,Jupyter和Powershell上尝试过。 任何帮助,将不胜感激。 如有任何不正确之处,我们深表歉意。
onnxruntime.InferenceSession(onnxModelFilePath)
session.run([], {input:value})