v0.9.1
v0.9.1 (2022-04-01)
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.Modelobjects within a class definition (GaussianRBFobjects within theDeepKernelclass).