dcgan-oreilly icon indicating copy to clipboard operation
dcgan-oreilly copied to clipboard

Notebook for O'Reilly's "Deep Convolutional Generative Adversarial Networks"

Results 3 dcgan-oreilly issues
Sort by recently updated
recently updated
newest added

I'm very new to tensorflow and I somehow run this model but how do I change the output shape 28x28 to a bigger value?

I have this error when I try to run the CelebA Dataset part: "ValueError: zero-size array to reduction operation minimum which has no identity". It is exactly in "...\numpy\core\_methods.py", line...

Hiya, Really appreciate this notebook. I've got a folder of resized images, 64 x 64, that I'm trying to feed through this. Everything seems to go well, final block runs,...