lukedeo/keras-acgan

Version?

Closed this issue · 5 comments

Hello,

I am wondering which versions of Keras, TensorFlow and other backends this implementation uses.
Any help would be much appreciated!

Heh, great question! Haven't run this in a while - are you having issues with a specific version? If so, I can try to nail that down.

Thanks for getting back so quickly!
I'm running:
tensorflow 1.11.0
keras 2.2.4

What part is breaking / what's the error that is raised? I can try to narrow down from there.

I am trying to run code from mnist_acgan.py.

screen shot 2018-10-14 at 13 26 18

Changed line 83 to h = Multiply([latent, cls]), and imported Multiply from keras.