keras-team / keras

Deep Learning for humans
http://keras.io/
Apache License 2.0
61.61k stars 19.42k forks source link

Small problem in variational_autoencoder.py? #3283

Closed lovecambi closed 7 years ago

lovecambi commented 8 years ago
z_mean + K.exp(z_log_std) * epsilon

should be changed to

z_mean + K.exp(0.5*z_log_std) * epsilon

Or the kl term will need modification.

stale[bot] commented 7 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but feel free to re-open it if needed.