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: Operands could not be broadcast together with shapes (64, 64, 2) (64, 64, 5) #4

Open
sulei95 opened this issue Mar 15, 2019 · 2 comments

Comments

@sulei95
Copy link

sulei95 commented Mar 15, 2019

When I run the joint model, I hava the error :ValueError: Operands could not be broadcast together with shapes (64, 64, 2) (64, 64, 5). Can you help me to slove this?

@easonyang1996
Copy link

easonyang1996 commented Mar 31, 2019

@sulei95 Hi, I also met that situation. I wrote a layer with Lambda, extracting (64,64,1) to multiply (64,64,5). You can check it on https://keras.io/layers/core/

@wanghuajia
Copy link

@sulei95 Hi, I also met that situation. I wrote a layer with Lambda, extracting (64,64,1) to multiply (64,64,5). You can check it on https://keras.io/layers/core/

Hi,Would you like to share your code of layer with Lambda? Thank you

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

3 participants