Skip to content

tensorflow-directml-1.15.3.dev200626

Pre-release
Pre-release

Choose a tag to compare

@jstoecker jstoecker released this 30 Jun 23:36
· 199 commits to master since this release
70fb072

Preview build of tensorflow-directml built on June 26, 2020.

The Python packages are available as a PyPI release. To download the appropriate python package automatically, simply pip install tensorflow-directml.

Changes in dev200626:

• Certain OOM errors will now gracefully fail instead of crashing the python interpreter.
• Allow usage of entire graphics memory when grappler optimizations are enabled.
• GRUBlockCell operator implemented.