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

Generative network output shape #11

Open
fasilpv opened this issue Apr 25, 2017 · 1 comment
Open

Generative network output shape #11

fasilpv opened this issue Apr 25, 2017 · 1 comment

Comments

@fasilpv
Copy link

fasilpv commented Apr 25, 2017

Why is the generative network output shape is (None, 400, 28, 1). Should not this be (None, 28, 28, 1)? I am referring mnist_gan.py

@rafael-glima
Copy link

Try using data_format="channels_first" in the Convolution2D and Upsampling2D layers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants