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

Problem with DCGANS tutorial #9

Open
neramas1221 opened this issue Mar 4, 2021 · 1 comment
Open

Problem with DCGANS tutorial #9

neramas1221 opened this issue Mar 4, 2021 · 1 comment

Comments

@neramas1221
Copy link

Hi,

I was trying flow the tutorial for the DCGAN but I have hit a problem.

When I run the following line gan_output = discriminator(fake_image)
I get the error Dimensions must be equal, but are 3 and 3072 for 'sequential_5/dense_14/MatMul' (op: 'MatMul') with input shapes: [?,3], [3072,1024].
I have checked the numbers and they line up with what is defined above in the tutorial.

Can you help?

Cheers

@sebtheiler
Copy link
Owner

I'm really sorry but I don't know if I'll be able to help, since it's been almost a year since I last worked on this and this was written for an outdated version of TensorFlow. Could you post the full error trace? I might be able to help if I can see the exact line causing the error.

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