DCGAN-Keras icon indicating copy to clipboard operation
DCGAN-Keras copied to clipboard

The correct way to implement GAN in Keras.

Results 2 DCGAN-Keras issues
Sort by recently updated
recently updated
newest added

I'm using this with another dataset, and I want to run on a larger (64x64) resolution, but it's hard to figure out what I have to change in the code,...

Is it some dcgan problem or just an architectural mistake? Net seems to return images not in [-1; 1], lower bound is lifted up in -0.6, -0.5 or so. So...