mperezcarrasco / Pytorch-VaDE

My implementation of Variational Deep Embedding (VaDE) using Pytorch
4 stars 3 forks source link

The question about the signs in the formula: loss = log_p_x_given_z + log_p_z_given_c - log_p_c + log_q_c_given_x - log_q_z_given_x #3

Open JunetaeKim opened 4 months ago

JunetaeKim commented 4 months ago

"loss = log_p_x_given_z + log_p_z_given_c - log_p_c + log_q_c_given_x - log_q_z_given_x

Regarding the sign, shouldn't it be + log_q_z_given_x instead of - log_q_z_given_x?"