Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is conditional prior in CVAE? #66

Open
Jamesswiz opened this issue Dec 14, 2018 · 1 comment
Open

Where is conditional prior in CVAE? #66

Jamesswiz opened this issue Dec 14, 2018 · 1 comment

Comments

@Jamesswiz
Copy link

I can see the implementation computes KL div between q(z|x,c) and p(z)=N(0,I) but the original formulation has conditional prior p(z|c).

Can you explain why you are still using zero mean unit Gaussian prior?

@wangpeng138375
Copy link

I have the same question.
And in your blog of vanilla VAE, you have this code comment # D_KL(Q(z|X) || P(z|X)); calculate in closed form as both dist. are Gaussian . The P(z|X) should be P(z) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants