Intel® Optimizations for TensorFlow* 2.0.1
This release of Intel® Optimized TensorFlow is based on the TensorFlow v2.0.1 tag (https://github.com/tensorflow/tensorflow/tree/v2.0.1) as built with support for Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN). For features and fixes that were introduced in TensorFlow 2.0.1, please see the TensorFlow 2.0.1 release notes. This build contains the following features and fixes:
Bug fixes:
-
Fixes a multiple .dist-info directories issue with pip 20+ in wheel files
-
Fixes a security vulnerability where converting a Python string to a tf.float16 value produces a segmentation fault (CVE-2020-5215)
Additional security and performance patches:
-
tensorflow#36960: Upgrade Sqlite3 to fix CVE-2019-19880 CVE-2019-19244 and CVE-2019-19645
-
tensorflow#33064: Upgrade curl to fix CVE-2019-5481 and CVE-2019-5482
-
tensorflow#31469: Fixes variable initialization issues discovered by static code scan and minor formatting issues.
-
adcb43f: Fixes variable initialization issues discovered by static code scan.