ValueError: Unequal shapes [0], [1]

I tried training MobileNet ssd using the data I annotated and downloaded from roboflow in COCO format but I keep encountering this error:

    raise ValueError('Unequal shapes {}, {}'.format(shape_a, shape_b))

ValueError: Unequal shapes [0], [1]

    raise ValueError('Unequal shapes {}, {}'.format(shape_a, shape_b))

ValueError: Unequal shapes [0], [1]

This is the impulse


For Object Detection, I used MobileNetV2 SSD

Project ID:
ID: 33335698

I want to solve this error so that I will train successfully and completely

Another Error
raise ValueError(
ValueError: uniform_row_length=4 times nrows=1 must equal nvals=0
Application exited with code 1
Job failed (see above)

Hi @CabbageXixi - I looked at your project and see that you managed to train the impulse - is everything good now?

Could you share what was the resolutions to your issue so others can potentially fix it too if occurred?