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.Model
objects within a class definition (GaussianRBF
objects within theDeepKernel
class).