SVGP-VAE
SVGP-VAE copied to clipboard
Tensorflow implementation for the SVGP-VAE model.
Results
1
SVGP-VAE issues
Sort by
recently updated
recently updated
newest added
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...