Skip to content

Commit

Permalink
Update vae_shi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bojone committed Mar 26, 2018
1 parent 67163b8 commit 561cf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vae_shi.py
Expand Up @@ -124,7 +124,7 @@ def __init__(self):
self.log = []
def on_epoch_end(self, epoch, logs=None):
self.log.append(gen())
print u' %s'%(self.log[-1])
print (u' %s'%(self.log[-1])).encode('utf-8')


evaluator = Evaluate()
Expand Down

0 comments on commit 561cf1f

Please sign in to comment.