I am trying to save a GPflow model (in GPflow version 2.0).
model = gpflow.models.VGP((X, Y_data), kernel=kernel, likelihood=likelihood, num_latent_gps=1)
Since the gpflow
package no longer has a saver
module, could anyone help me with an alternative way?