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 26, 2018
1 parent 898430c commit 67163b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vae_shi.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(self):
self.log = []
def on_epoch_end(self, epoch, logs=None):
self.log.append(gen())
print ' %s'%(self.log[-1])
print u' %s'%(self.log[-1])


evaluator = Evaluate()
Expand Down

0 comments on commit 67163b8

Please sign in to comment.