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
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
ValueError: Dimension 0 in both shapes must be equal, but are 3 and 16. Shapes are [3,3,512,12] and [16,512,3,3]. for 'Assign_43' (op: 'Assign') with input shapes: [3,3,512,12], [16,512,3,3].
#136
Open
yankanghong opened this issue
Apr 19, 2018
· 1 comment
I use python3.6, tensorflow1.5, keras 2.0.5 and openCV3.4. When i run the ssd i get the error listed below:
ValueError: Dimension 0 in both shapes must be equal, but are 3 and 16. Shapes are [3,3,512,12] and [16,512,3,3]. for 'Assign_43' (op: 'Assign') with input shapes: [3,3,512,12], [16,512,3,3].
any idea?
The text was updated successfully, but these errors were encountered:
I use python3.6, tensorflow1.5, keras 2.0.5 and openCV3.4. When i run the ssd i get the error listed below:
ValueError: Dimension 0 in both shapes must be equal, but are 3 and 16. Shapes are [3,3,512,12] and [16,512,3,3]. for 'Assign_43' (op: 'Assign') with input shapes: [3,3,512,12], [16,512,3,3].
any idea?
The text was updated successfully, but these errors were encountered: