LEGO999 / BigBiGAN-TensorFlow2.0

TensorFlow 2.0 implementation of Large Scale Adversarial Representation Learning(BigBiGAN)
45 stars 12 forks source link

Implementation of Stochastic Encoder #3

Open shreejalt opened 3 years ago

shreejalt commented 3 years ago

Hi, How can we implement a stochastic encoder in your code? As far as I know, the Stochastic encoder is just the variational Bayes using a KLD Loss Function. Correct me if I am wrong.

Thanking you