psanch21 / VAE-GMVAE

This repository contains the implementation of the VAE and Gaussian Mixture VAE using TensorFlow and several network architectures
Apache License 2.0
206 stars 32 forks source link

KL in Y prior in thesis 4.4.4 #6

Closed LittleYuer closed 4 years ago

LittleYuer commented 4 years ago

Hi psanch21,

Thanks for sharing the code and your thesis.

As we know KL(A||B) is not equal to KL(B||A), May I ask why the KL equation in 4.4.4 assume they are equal.

Thanks for help.

Best, Yuer

fangguo1 commented 4 years ago

Same question here, I do not understand this part either.

psanch21 commented 4 years ago

Hi LittleYuer, fangguo1

You are totally right, thanks for opening the issue. The updated version of the code its already available and working. The updated section 4.4.4. looks like this

Screenshot 2020-03-06 at 10 35 42

I hope this helps! Please let me know if you have any other question/concern

Thank you!

Pablo