bstriner / keras-adversarial

Keras Generative Adversarial Networks
MIT License
867 stars 231 forks source link

Updated example_gan_cifar10.py #30

Closed isaacmg closed 7 years ago

isaacmg commented 7 years ago

Added int() necessary for python3 and also addresses input_shape (i.e. issue #28 )

bstriner commented 7 years ago

Thanks a lot @isaacmg ! I only setup travis on a basic example but I think I should have travis run all the examples.

Cheers