SVGP-VAE icon indicating copy to clipboard operation
SVGP-VAE copied to clipboard

Typos in the code

Open ttgump opened this issue 2 years ago • 2 comments

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.

ttgump avatar Mar 27 '22 07:03 ttgump