Replies: 3 comments 1 reply
-
No, it is still a VAE since the MLPs will provide in this case the parameters of the distributions. Mean and covariance of the posterior q(z|x) are given by the encoder while the mean of p(x|z) is given by the decoder. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So we still have q(z | x) and p(x | z) are each Gaussians even if encoder = decoder = none? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Great thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I run a RHVAE with encoder = decoder = none, it seems from the documentation that encoder = decoder = MLP. In this case, is it true that this is just an autoencoder (and not a VAE) because there is no distribution?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions