I am encountering the following problem while submitting the notebook:
- I passed all the tests
- I cannot write anything in the notebook directory. I couldn’t generate the output jpg file at the last step.
- getting the error message:
Code Cell UNQ_C1: Unexpected error (AttributeError(“‘NoneType’ object has no attribute ‘shape’”)) occurred during function check. We expected function yolo_filter_boxes
to return yolo_filter_boxes test 1 failed. Please check that this function is defined properly.
Code Cell UNQ_C2: Unexpected error (TypeError(“ufunc ‘isfinite’ not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ‘‘safe’’”)) occurred during function check. We expected function iou
to return iou test 1 failed. Please check that this function is defined properly.
Code Cell UNQ_C3: Unexpected error (AttributeError(“‘NoneType’ object has no attribute ‘shape’”)) occurred during function check. We expected function yolo_non_max_suppression
to return yolo_non_max_suppression test 1 failed. Please check that this function is defined properly.
Code Cell UNQ_C4: Unexpected error (TypeError(‘cannot unpack non-iterable NoneType object’)) occurred during function check. We expected function yolo_eval
to return yolo_eval test 1 failed. Please check that this function is defined properly.
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.
This dependency may be the cause of the errors.
- Apparently, it tried to submit the empty notebook although it wasn’t empty