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
KL_divergence = 0.5 * tf.reduce_mean(tf.reduce_sum(tf.exp(self.enc_logvar) - self.enc_logvar + self.enc_mean**2,axis=1) - self.z_dim)
Thanks for your code, but i meet a problem for your code, In line 137, why need you substraction z_dim?
In origin pytorch code, i can't found the operator.
The text was updated successfully, but these errors were encountered:
KL_divergence = 0.5 * tf.reduce_mean(tf.reduce_sum(tf.exp(self.enc_logvar) - self.enc_logvar + self.enc_mean**2,axis=1) - self.z_dim)
Thanks for your code, but i meet a problem for your code, In line 137, why need you substraction z_dim?
In origin pytorch code, i can't found the operator.
The text was updated successfully, but these errors were encountered: