Skip to content

v0.9.1

Compare
Choose a tag to compare
@ojcobb ojcobb released this 01 Apr 13:40
· 264 commits to master since this release

v0.9.1 (2022-04-01)

Full Changelog

Fixed

  • Fixed an issue whereby simply importing the library in any capacity caused tensorflow to occupy all available GPU memory. This was due to the instantiation of tf.keras.Model objects within a class definition (GaussianRBF objects within the DeepKernel class).