Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-14 | 635 Bytes | |
Release 2.9.2 source code.tar.gz | 2024-06-14 | 787.4 kB | |
Release 2.9.2 source code.zip | 2024-06-14 | 992.5 kB | |
Totals: 3 Items | 1.8 MB | 0 |
This patch release adds support for Tensorflow 2.16.
Bug Fixes and Other Changes
- Support and test against Tensorflow 2.16. Note that (like tensorflow-probability) GPflow uses Keras 2. Since TF 2.16 defaults to Keras 3,
tf.keras
must now be imported from thetf_keras
package. Alternatively, you can importtf_keras
from thegpflow.keras
module, which will automatically select the right source depending on which version of TF is installed. Note that Keras optimizers such asAdam
should be imported fromtf_keras
.
Thanks to our Contributors
This release contains contributions from:
uri-granta