bstriner / keras-adversarial

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

Remove constraints to avoid issues with latest Keras' api #37

Closed d4nst closed 7 years ago

d4nst commented 7 years ago

Fixes https://github.com/bstriner/keras-adversarial/issues/36

bstriner commented 7 years ago

Thanks, @d4nst . I used some switches to keep compatibility with Keras-1 as well, but I'm wondering if that is worth the effort.