def setupOutput(self): with tf.variable_scope(self.name): self.output = tf.nn.l2_normalize(self.input,-1)