tensorflow-directml-plugin 0.3.0
Pre-release
Pre-release
The Python packages are available as a PyPI release. To download the latest python package automatically, simply pip install tensorflow-directml-plugin
.
Changes in 0.3.0
- Set
tensorflow-cpu==2.10.0
as a hard dependency due to incompatibility with Keras 2.11's default optimizers. - Fix overflow in
BatchNorm
ops when float16 or mixed precision is used. - Remove unnecessary
Cast
operation inReduceMin
andReduceMax
ops.