Joel Berkeley
Joel Berkeley
# Bug / performance issue / build issue `TensorLike` is defined as `(object,)` ## Expected behavior `TensorLike` should be defined as in the comment in the code `(np.ndarray, tf.Tensor, tf.Variable,...
# Feature request It might be really nice to have the mean and variance returned by `GPModel.predict_f` and `GPModel.predict_y` to be `typing.NamedTuple`s. ## Motivation This has two advantages. The main...
There are a number of empty notebooks. Task here is to find them all, and convert each one to its own backlog ticket. Delete those notebooks and remove references to...
# Bug When I use tf dtypes as default float, I encounter errors in gpflow code that tries to convert numpy array dtypes using the default float. ## To reproduce...