eriklindernoren / Keras-GAN

Keras implementations of Generative Adversarial Networks.
MIT License
9.19k stars 3.14k forks source link

Wrong target shape on CCGAN #209

Open carlitoselmago opened 4 years ago

carlitoselmago commented 4 years ago

I get this error in the untouched code: ValueError: Error when checking target: expected dense_1 to have 2 dimensions, but got array with shape (32, 1, 11)

Runing Python 3.6.8 and Keras 2.1.0