Skip to content

Commit

Permalink
No longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
eridgd committed Aug 30, 2017
1 parent dfa2578 commit 88ed69f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model.py
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@ def build_model(self):

# Stylized/decoded output from AdaIN transformed encoding
self.decoded = self.decoder_model(Lambda(lambda x: x)(self.adain_encoded)) # Lambda converts TF tensor to Keras
self.decoded = tf.Print(self.decoded, [tf.reduce_min(self.decoded), tf.reduce_max(self.decoded)])

# Content layer encoding for stylized out
self.decoded_encoded = self.content_encoder_model(self.decoded)

0 comments on commit 88ed69f

Please sign in to comment.