You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.