I want to export (optimize) a TensorFlow 2 model to OpenVino.
The only documentation I found regards Tensorflow 1. When followed the instructions, the OpenVino model optimization failed to work with a tf2 model.
I want to export (optimize) a TensorFlow 2 model to OpenVino.
The only documentation I found regards Tensorflow 1. When followed the instructions, the OpenVino model optimization failed to work with a tf2 model.
OpenVino Model Optimizer does not support Tensorflow 2.0 yet. But, you can use Tensorflow 1.14 freeze_graph.py to freeze a TF 2.0 model. This frozen pb should be accepted by Model Optimizer.