SVGP-VAE
SVGP-VAE copied to clipboard
Typos in the code
Hi,
In the code file "SVGPVAE_model.py", should the line 913 be like
elbo = KL_term + lagrange_mult * (recon_loss/b + tf.stop_gradient(C_ma - recon_loss/b))
?
Also the line 925, should it be
elbo = recon_loss + (beta / L) * KL_term
?
Thanks.