-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Data-efficient GANs with Adaptive Discriminator Augmentation to keras 3.0 (Tensorflow backend only) #2035
base: master
Are you sure you want to change the base?
Conversation
… be Backend-Agnostic (keras-team#2031) * adapting the script structured_data_classification_from_scratch.py to be backend-agnostic * generating .md and .ipynb files for structured_data_classification_from_scratch.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
I wonder whether it would be possible to make it backend agnostic by implementing def compute_loss
instead of def train_step
. Maybe not. I don't recall ever doing it with a GAN. It works quite well with VAEs and diffusion models though.
I think, in general it should be possible to implement a GAN using |
* Update gradient_centralization.py * updated
…eam#2030) * fixed a small mistake in the transformer translation example * Update typo in ipynb file * Update typo in ipynb file
Ok, sounds good -- in this case, please add the generated files. |
@chunduriv were you able to generate the files? |
This PR changes the Data-efficient GANs with Adaptive Discriminator Augmentation to keras 3.0 (Tensorflow backend only)
Please review the attached gist.