Skip to content

Commit

Permalink
Update vae_keras.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bojone authored Jun 11, 2019
1 parent 86c8d4c commit 478649c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vae_keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

'''用Keras实现的VAE
目前只保证支持Tensorflow后端
#来自
https://github.com/keras-team/keras/blob/master/examples/variational_autoencoder.py
改写自
https://github.com/keras-team/keras/blob/master/examples/variational_autoencoder.py
'''

from __future__ import print_function
Expand Down

0 comments on commit 478649c

Please sign in to comment.