kvfrans / deepcolor

Automatic coloring and shading of manga-style lineart, using Tensorflow + cGANs
http://color.kvfrans.com
553 stars 86 forks source link

ValueError: Dimension 1 in both shapes must be equal, but are 256 and 16. Shapes are [1,256,256] and [1,16,16]. for 'concat_1' (op: 'ConcatV2') with input shapes: [1,256,256,4], [1,16,16,3], [] and with computed input tensors: input[2] = <3>. #11

Open Auroratan opened 5 years ago

Auroratan commented 5 years ago

self.real_AB = tf.concat(axis=3, values=[combined_preimage, self.real_images]) self.fake_AB = tf.concat(axis=3, values=[combined_preimage, self.generated_images])

That is mistake,what should i do ?