Skip to content

Release v0.13.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@avijit-nervana avijit-nervana released this 15 May 22:02
· 10 commits to r0.13 since this release
6a572db

Major changes and bug fixes

  1. Upgraded nGraph to v0.19.0-rc.4.
  2. Capture Pass Checks: Capture Assign and other modifiers only if they operate on a variable and if the attribute validate_shape is true.
  3. Made Grappler as default optimizer. Use update session config API to update the Session Config before using nGraph.
  4. API to disable certain Tensorflow node types - useful for experiments and tests.
  5. Added new Ops - RsqrtGrad, FusedMatMul, CombinedNMS

Dependency information

TensorFlow r1.14
nGraph v0.19.0-rc.4

⚠️ Since TensorFlow 1.14.0 hasn't been published, currently you need to use either the nightly build (tf-nightly==1.14.1.dev20190515) or build TensorFlow 1.14 from source.