We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, this library doesn't seem to have a keras.Model. Keras is the main way many of us interact with TF, so it would be great to see here.
The TF docs have an example GAN class that works decently well:
https://www.tensorflow.org/guide/keras/customizing_what_happens_in_fit#wrapping_up_an_end-to-end_gan_example
But there's no official TF implementation committed anywhere. Would it be possible to add an official TF-GAN keras Model like the one in that example?
Being able to use Keras makes it much easier for people to learn and experiment with ML, so it would be awesome to see one here.
Thanks!
The text was updated successfully, but these errors were encountered:
We have an initial branch for TF2 but its not yet complete and there is no ETA on it. Agree it seems useful to have a Keras version.
Sorry, something went wrong.
Hi. Has there been any further update to an ETA on a TF2 branch of this library? Thanks.
No branches or pull requests
Hi, this library doesn't seem to have a keras.Model. Keras is the main way many of us interact with TF, so it would be great to see here.
The TF docs have an example GAN class that works decently well:
https://www.tensorflow.org/guide/keras/customizing_what_happens_in_fit#wrapping_up_an_end-to-end_gan_example
But there's no official TF implementation committed anywhere. Would it be possible to add an official TF-GAN keras Model like the one in that example?
Being able to use Keras makes it much easier for people to learn and experiment with ML, so it would be awesome to see one here.
Thanks!
The text was updated successfully, but these errors were encountered: