CycleGAN-keras
CycleGAN-keras copied to clipboard
Dimensions error
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].
You might mix up the image_channel_axis. Theano and TF use different data format.
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.