eriklindernoren / Keras-GAN

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

Can't run SGAN and adaptation. #64

Open 51616 opened 6 years ago

51616 commented 6 years ago

Seems like there are multiple bugs in the SGAN code. I tried to fix them but I am not familiar with Keras yet so i can't fixed them all by my self.

Thanks in advance for any advice or update. :)

PS. Also, I would like to adapt to model to use with other data (person-based data, a row means a person with about 200 features/cols and output labeled as 0 or 1). It would be nice if you please clarify how to do that as well.

eriklindernoren commented 5 years ago

What bugs are you referring to?