Skip to content

Commit

Permalink
Update vae_shi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bojone authored Mar 24, 2018
1 parent bf0a5ff commit 898430c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vae_shi.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ def on_epoch_end(self, epoch, logs=None):
callbacks=[evaluator])

vae.save_weights('shi.model')

for i in range(20):
print gen()

0 comments on commit 898430c

Please sign in to comment.