tensorflow-generative-model-collections icon indicating copy to clipboard operation
tensorflow-generative-model-collections copied to clipboard

Not an issue, but a request

Open ArghyaPal opened this issue 6 years ago • 2 comments

Hi @hwalsuklee , Thank you for sharing this neat-n-clean code... It's really helpful.

I have two requests: 1. Could you please provide a model to generate RGB data like: CIFAR 10 or SVHN. From your past comments, I realized that you are working on CelebA dataset. Would you be so kind to share your code on those (above-mentioned dataset) too? 2. It seems Co-GAN is missing. Would you be so kind to provide a code for Co-GAN too...!!

Thank you again for sharing your code, With Best Regards, Arghya.

ArghyaPal avatar Sep 21 '17 03:09 ArghyaPal

Hi,II encountered the same problem. In all GAN networks, the input data is binary image data like mnist. I wonder if you have any modifications to the input training data. You can enter color images or grayscale images into the network for training. If you make a change, can you share me an improved code and let me learn your method. Regardless of whether you have made any changes, thank you very much

Mukefan avatar Mar 24 '18 07:03 Mukefan

I have adjust the code for color images, Cofar-10. https://github.com/AliceAria/Performance-comparison-of-GAN-on-cifar-10

AliceAria avatar Dec 02 '19 09:12 AliceAria