【发布时间】:2019-11-11 14:17:50
【问题描述】:
我想将 TensorFlow 2 模型导出(优化)到 OpenVino。
我找到的唯一文档是关于 Tensorflow 1。按照说明进行操作时,OpenVino 模型优化无法与 tf2 模型一起使用。
【问题讨论】:
-
模型优化器目前不支持TensorFlow 2.x(请参阅this forum thread)。根据Model Optimizer Developer Guide,最新版本兼容1.14.0。
标签: tensorflow tensorflow2.0 openvino