You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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/
@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
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?
The text was updated successfully, but these errors were encountered: