Open dbalabka opened 6 years ago
I have reviewed paper https://arxiv.org/pdf/1511.05644.pdf and it looks like there is a typo in the AAE example generator and encoder variables names. According to the paper:
generator
encoder
The generator of the adversarial network is also the encoder of the autoencoder q(z|x).
In the example, generator is decoder(see example code). Looks that it is only named typo and there are no other issues except confusion when you face with this.
decoder
I have reviewed paper https://arxiv.org/pdf/1511.05644.pdf and it looks like there is a typo in the AAE example
generator
andencoder
variables names. According to the paper:In the example,
generator
isdecoder
(see example code). Looks that it is only named typo and there are no other issues except confusion when you face with this.