VAE icon indicating copy to clipboard operation
VAE copied to clipboard

Example of vanilla VAE for face image generation at resolution 128x128 using pytorch.

Results 2 VAE issues
Sort by recently updated
recently updated
newest added

Could point out to me why you chose beta1 of adam as .5?

Hi, I think there's an error in your KLD calculation. This is what you wrote: ```python # see Appendix B from VAE paper: # Kingma and Welling. Auto-Encoding Variational Bayes....