Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Release v0.11.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@avijit-nervana avijit-nervana released this 16 Feb 02:01
· 6 commits to r0.11 since this release

Major changes and bug fixes

  • Added support for a LRU based caching system to remove functions (and their associated tensors) that are no longer used. DL models that has dynamic shapes (thus requiring frequent recompilation and cache miss - such as GNMT, RFCN etc.) will benefit from this.
  • To configure the depth of the cache use the following environment variable: NGRAPH_TF_FUNCTION_CACHE_ITEM_DEPTH=<n> where replace <n> with the appropriate value (default 16).
  • Added support for generating JUNIT XML output for TensorFlow python tests.
  • Added support for installing PlaidML backend using optional plaidml while specifying the wheel such as: pip install ngraph_tensorflow_bridge-0.11.0-rc0-py2.py3-none-macosx_10_7_x86_64.whl[plaidml]

Dependency information

TensorFlow v1.12.0
nGraph v0.14.0-rc.1