keras-io
keras-io copied to clipboard
Upgrade Cyclegan to Keras 3 (with Tensorflow backend)
This PR caters the upgradation of Cycelgan example to Keras 3 (with Tensorflow backend) from Keras 2.
Changes
- Since weight load format is changes in Keras 3, pre-trained weight could not be loaded. Hence, changed the epochs to 90 (as equivalent to original training).
- Replaced Tensorflow specific operations with Keras backend-agnostic equivalents wherever possible.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@sachinprasadhs could you please review this PR
@fchollet added ipynb and md files
Thank you! It seems the training logs are very large and are taking up a lot of space in the
.md, can you erase them by hand? They don't need to be rendered.
@fchollet Removed training logs.