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 try to convert my caffe model I receive the following error: ValueError: "concat" mode can only merge layers with matching output shapes except for the concat axis. Layer shapes: [(None, -1L, 27L, 64), (None, -1L, 27L, 128), (None, -1L, 27L, 32), (None, -1L, 27L, 32)]
It is quite strange that in the shape of the layer contains an L and is -1.
The text was updated successfully, but these errors were encountered:
Hi,
When I try to convert my caffe model I receive the following error:
ValueError: "concat" mode can only merge layers with matching output shapes except for the concat axis. Layer shapes: [(None, -1L, 27L, 64), (None, -1L, 27L, 128), (None, -1L, 27L, 32), (None, -1L, 27L, 32)]
It is quite strange that in the shape of the layer contains an L and is -1.
The text was updated successfully, but these errors were encountered: