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
even though the layer with concat_coordinates is there b/c I'm getting ValueError: Layer with name "concat_coordinates" has already been added. Please use a unique name.
The text was updated successfully, but these errors were encountered:
but now I have different problem when predicting: Error compiling model: "compiler error: Error reading protobuf spec. validator error: Layer 'concat_confidence' of type 980 has 1 inputs but expects at least 2.
Hi, I'm trying to use your code in the colab notebook to add postprocessing to coreML yolo model. But I'm running into issue:
in step:
I've checked
builder.spec.description.output
and I can see only this:even though the layer with concat_coordinates is there b/c I'm getting
ValueError: Layer with name "concat_coordinates" has already been added. Please use a unique name.
The text was updated successfully, but these errors were encountered: