Open aced125 opened 3 years ago
https://github.com/insilicomedicine/GENTRL/blob/master/gentrl/gentrl.py#L85
kldiv_part = (-normal_distr_hentropies - log_p_zy).mean()
Should the second term not be log_p_z_by_y?
log_p_z_by_y
https://github.com/insilicomedicine/GENTRL/blob/master/gentrl/gentrl.py#L85
Should the second term not be
log_p_z_by_y
?