Skip to content
Snippets Groups Projects

Gan

Closed Guillaume HEUSCH requested to merge gan into master
2 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -46,7 +46,5 @@ class ConditionConcat(Layer):
def get_graph(self, y):
batch_size = input_layer.get_shape()[0]
yb = tf.reshape(y, [batch_size, 1, 1, self.conditional_dim])
return tf.concat([input_layer, y], 1)
return tf.concat([self.input_layer, y], 1)
Loading