gumbel icon indicating copy to clipboard operation
gumbel copied to clipboard

Gumbel-Softmax Variational Autoencoder with Keras

Results 4 gumbel issues
Sort by recently updated
recently updated
newest added

As seen here: https://github.com/ericjang/gumbel-softmax/blob/master/Categorical%20VAE.ipynb `loss=tf.reduce_mean(-elbo)`

Thanks for uploading this. However, there is an error. In the loss computation, you have `elbo = data_dim * bce(x, x_hat) - KL`. It should be `elbo = data_dim *...

Hi Eder, Thanks for the Keras implementation! I'm excited about this idea as well. (Hopefully) quick question: I'm interested in learning an autoencoder for the output features of some other...