【发布时间】:2020-07-09 15:39:36
【问题描述】:
为了通过 WinML 使用我的自定义 TF 模型,我使用 tf2onnx 转换器将其转换为 onnx。转换最终使用 opset 11 进行。不幸的是,我无法在 WinRT c++ 库中加载模型,因此我对 opset 支持感到困惑:根据发行说明,5 月的最新 WinML 版本支持 opset 11。我更新了我的 VS2019 和下载了最新的 Windows 10 SDK,c++ API 是否已经包含最新的 onnx 支持?或者有没有其他方法可以在 WinML c++ 中使用我的模型?
【问题讨论】:
标签: windows-runtime onnx onnxruntime windows-machine-learning