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
In VAE, sampling is z_mean + torch.exp(0.5 * z_log_var) * epsilon , but why is z_mean + torch.exp( z_log_var) in VGAE, does it cause anything different?
The text was updated successfully, but these errors were encountered:
In VAE, sampling is
z_mean + torch.exp(0.5 * z_log_var) * epsilon
, but why isz_mean + torch.exp( z_log_var)
in VGAE, does it cause anything different?The text was updated successfully, but these errors were encountered: