taki0112 / SPADE-Tensorflow

Simple Tensorflow implementation of "Semantic Image Synthesis with Spatially-Adaptive Normalization" a.k.a. GauGAN, SPADE (CVPR 2019 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A question about VAE (Variational Auto-Encoder)

Honlan opened this issue · comments

Thanks a lot for your wonderful work!

I want to ask a question about VAE. In the decoder, as we use z_sample(x_mean, x_var), we cannot obtain exactly the same reconstruction image due to the variational mechanism.

Is that right?