Course 4 Week 3 : Car Detection with YOLO issue

{moderator edit: code removed}

I’m trying to run the code but it is giving me error as Incompatible Shapes : [19,19,5,4] vs. [19,19,5,80] [Op:Mul] but when I checked yolo_filter_boxes function it gave proper output. Can you please tell me how to solve this?

Please don’t post your code on the forum. That breaks the community standards.

The arguments and the order of the arguments you’re using for yolo_filter_boxes(…) is not correct. You might also have a problem with the arguments for scale_boxes(…).

There is also a problem with your call for yolo_non_max_suppression(…).