Skip to content
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

Better support for alpha channels #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TomMahle
Copy link

Tweaking the unet_generator and discriminator functions to allow for output channels other than 3. unet_generator had a bug in that the Input shape was not respecting the output_channel parameter and discriminator did not support this functionality.

With these changes the CycleGAN tutorial can be modified by learners to support .png files more easily.

Tweaking the unet_generator and discriminator functions to allow for output channels other than 3. unet_generator had a bug in that the Input shape was not respecting the output_channel parameter and discriminator did not support this functionality.

With these changes the CycleGAN tutorial can be modified by learners to support .png files more easily.
@google-ml-butler google-ml-butler bot added size:XS CL Change Size: Extra Small awaiting review labels Oct 22, 2021
@google-cla google-cla bot added the cla: yes CLA has been signed label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review cla: yes CLA has been signed size:XS CL Change Size: Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant