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

ValueError: Dimension 0 in both shapes must be equal, but are 1024 and 512. Shapes are [1024,256] and [512,256]. for 'Assign_12' (op: 'Assign') with input shapes: [1024,256], [512,256]. #20

Open
GaoPengGit opened this issue Dec 26, 2019 · 1 comment

Comments

@GaoPengGit
Copy link

This error still occurs at Keras==2.2.4.

@ibtehajali67
Copy link

ibtehajali67 commented Feb 4, 2021

I solved this error by using pip install tensorflow-gpu=1.13.1.
Run that lines
!pip uninstall -y tensorflow
!pip install tensorflow-gpu==1.13.1

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