hwalsuklee / tensorflow-generative-model-collections

Collection of generative models in Tensorflow
Apache License 2.0
3.91k stars 857 forks source link

Not an issue, but a request #9

Open ArghyaPal opened 7 years ago

ArghyaPal commented 7 years ago

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.

Mukefan commented 6 years ago

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

AliceAria commented 4 years ago

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