Iou score: There was a problem grading your submission. Check stderr for more details

Advanced Computer Vision with TensorFlow

Link: Coursera | Online Courses & Credentials From Top Educators. Join for Free | Coursera

I was submitting my solution to the grader but it gave me the following:

I had no clue on what went wrong. What should I do?

Thanks in advance

1 Like

Which course and specialization is this?

It is Advanced Computer Vision with TensorFlow, TensorFlow: Advanced Techniques Specialization, week 3 programming assignment.

2 Likes

Did you sort the problem out?

Yes, I have reached the part of calculating the final grade on the Colab.

1 Like

So what should I do? I mean I have completed all the problem in the Colab, but my problem regarding the grader still persist.

Whats the grader saying, is there some other verbal error than just that!

Nothing, I would have solved the problem if the grader told me what cause the error.

I am not sure either but you should check these 2 posts:

Thanks, the first post do the work

1 Like

I also have the same problem of grader error. My solution overall runs completely fine, achieves required loss and accuracy. I’ve also checked that auto-encoded images look completely fine.

I’ve tried just about everything I saw as suggested here - fallback runtime, strictly following the instructions for 2.8.0 tensorflow and keras installation - nothing works.

@alhimik, the assignment was recently updated to include the steps to help you work around the issue with the version mismatch with the grader.

If you are using the new version of the assignment, it should be downloading the model using the file name, final_model.h5

Some things to try:

  1. Make sure you are using the latest version of the assignment (the one that downloads filename final_model.h5

  2. Make sure you have followed the instruction in the assignment to go to Runtime > Restart Session and wait for the kernel to reconnect after you have pip installed tensorflow and keras version 2.8.0, and before you load temp_model.h5 and save final_model.h5

  3. Make sure when you submit the assignment, you choose the “Replace file” link and select the downloaded file named final_model.h5

1 Like