tensorflow / gan

Tooling for GANs in TensorFlow
Apache License 2.0
930 stars 247 forks source link

Why this module is written in Estimator and not in keras? #24

Closed saahiluppal closed 4 years ago

saahiluppal commented 4 years ago

Is estimator more efficient then keras?

aaronsarna commented 4 years ago

TF-GAN was written when Estimator was the blessed way of doing things in TF. We'd love to get it working with Keras, but the team is pretty swamped. Contributions are welcome!

SauravMaheshkar commented 4 years ago

Please assign this to me.

I'd like to convert this introductory noteboook into Keras.