Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在使用 CNTK 的 C++ 应用程序中部署我的 tensorflow 模型。如何从 CNTK 导入 tensorflow 模型?
是否有任何实用工具可以将学习模型转换为 CNTK 的可消化模型?你会在这里建议什么解决方案?
我能想到的最简单的方法是将所有权重保存到文件中,然后在 CNTK 中重新创建网络结构。在 Python 中可能更容易做到。完成此操作后,您可以保存模型并将其加载到 C++ 中。
如何做到这一点的一个例子是在这个笔记本中,它很快就会在 CNTK 主分支上(当它在主分支中时,上面的 url 将停止工作,正确的 url 将是this。