Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

OpenVINO™ integration with TensorFlow v2.3.0

Latest
Compare
Choose a tag to compare
@sspintel sspintel released this 17 Jan 06:54
bdb9afa

Key Changes in this release:

  • TF Version upgraded to v2.9.3 for security fixes
  • OpenVINO version upgraded to v2022.3.0
  • New Ops enabled in OCM with translations done through TensorFlow FrontEnd: Select, SegmentSum, ParallelDynamicStitch, DynamicPartition, Erf, Einsum, BroadcastGradientArgs, Concat, ExtractImagePatches, LogicalNot, LogicalOr , LogicalXor, Mod, RandomUniform, Roll, SelectV2, Swish
  • Dynamic input shapes support added for a limited model scope. It can be enabled through the environmental variable OPENVINO_TF_ENABLE_DYNAMIC_SHAPES
  • MYRIAD support removed as the OpenVINO 2022.3.0 package does not include the MYRIAD plugin anymore.
  • CMake only build enabled with OpenVINO as a dependency
  • Known issues in this release are listed here

In addition to the wheels hosted on PyPi for the TF version 2.9.3, wheels that work with the previous stable TF version 2.8.4 can be downloaded now from the GitHub Assets of this release below, and can be installed using pip. For example, to install the Python3.8 wheel along with TensorFlow 2.8.4.

pip install tensorflow==2.8.4 https://github.com/openvinotoolkit/openvino_tensorflow/releases/download/v2.3.0/openvino_tensorflow-2.3.0-cp38-cp38-manylinux_2_27_x86_64.whl