CycleGAN-keras icon indicating copy to clipboard operation
CycleGAN-keras copied to clipboard

Dimensions error

Open jianhuaixie opened this issue 7 years ago • 2 comments

ValueError: Dimensions must be equal, but are 3 and 4 for 'gen_A/instance_normalization2d_21/mul' (op: 'Mul') with input shapes: [1,3,1,1], [?,4,128,64].

jianhuaixie avatar Feb 08 '18 09:02 jianhuaixie

You might mix up the image_channel_axis. Theano and TF use different data format.

Shaofanl avatar Feb 10 '18 05:02 Shaofanl

Thank you for your valuable code. But I am also suffering from this error. I appreciate if you tell us how to deal with it.

kbysuser avatar Jan 05 '19 12:01 kbysuser