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.
我想将 TensorFlow 2 模型导出(优化)到 OpenVino。
我找到的唯一文档是关于 Tensorflow 1。按照说明进行操作时,OpenVino 模型优化无法与 tf2 模型一起使用。
OpenVino 模型优化器还不支持 Tensorflow 2.0。但是,您可以使用 Tensorflow 1.14 freeze_graph.py 冻结 TF 2.0 模型。这个冻结的 pb 应该被模型优化器接受。