Error: Grader timed out

I finished coding of the assignment in the notebook. It ran and everything looked fine. It properly stopped training when accuracy reached 99.8%. But then I got the following error when submitting assignment.

  • ################ Learner Error: Grader timed out
    Please try optimizing the efficiency of your solution and submit again. You can also visit the discussion forum to see if your peers have experienced and found resolutions for similar errors, or if course staff have provided prior guidance for these errors… If the error isn’t resolved in 24 hours, please reach out to Coursera through our Help Center.
    ###################################################
3 Likes

Have you found any way around it? I have been facing this problem too. Tried multiple methods, but nothing seems to be working yet

1 Like

reported this issue to coursera help centre. The representative asked me to do the following troubleshooting:

  • Make sure your ad-blocker is disabled from the browser.
  • Make sure you saved your files in the correct format. To change the format, re-save your files.
  • Check your Internet connection or network restrictions. If learner’s connection is too slow the upload may time out. If learner is using a work network, uploads may be restricted.
  • Reset your programming environment (especially for Jupyter notebooks - Reset Kernel) often will get rid of the bad code.
  • Decrease the size of the files, if possible.
  • Make sure the browser is working correctly by clearing your browser’s cookies and cache.

I’ve tried all but the grader issue still exists. The representative told me he/she has reported it to their technical team.

2 Likes

UPDATE: my latest assignment submission somehow passed. (it failed about an hour ago, and I didn’t do anything during the hour.) I just check again, and it passes

2 Likes

Same problem here. My code is all correct, but the grader can’t grade it. It’s a shame. Many prople reported the same problem on Coursera Forum.

1 Like

some people say it passed when they submitted again. might worth trying it a few more time.

2 Likes

I have tried resubmitting multiple times, even in off hours, but still cannot get the graded to complete.

2 Likes

I just ran it one more time and it finally passed.

4 Likes

I’ve tried all the above things too. Nothing seems to be working, and its been more than 2 days trying all over again. Should I contact staff too? How do I do so?

1 Like

Try optimizing your model, setting it to the bare minimum in number of convolution kernels and also number of fully connected neurons.

1 Like

change the number of filters to 32, and metric to ‘acc’, it works for me!

1 Like

Slice the training images and labels

YOUR CODE STARTS HERE

training_images=training_images[0:10000, :, :]
training_labels=training_labels[0:10000]
training_images=training_images.reshape(10000, 28, 28, 1)
2 Likes

I have tried different strategies for the past few days and still the same error, this is a total waste of time!

1 Like

Hi everyone! Sorry to hear about your problems with the lab. Coursera engineers found an issue with the lab manager and are now fixing it. Hopefully, this will also fix the problem of the slow grading for this week. I’ll let you know asap once I get an update. In the meantime, feel free to first go through the next part of the course. Thank you!

3 Likes


I have the same problem after trying all solutions presented in the forums

Hi Hussein! Unfortunately, it seems the bug that leads to this timeout hasn’t been found yet. Some learners found success by simply retrying at different times. I’ll follow up with our team to see where we are at. Sorry for the inconvenience! Please also check your inbox. Thanks!

1 Like

Hi @chris.favila

I have the same problem.



It is almost a month but still this problem.
I can’t even submit it.

1 Like

Hi Javokhir. I’m sorry to hear that. Please check your inbox. Thank you!

1 Like

I am facing the same problem with my submission.

1 Like


firstly i faced graded error many times then i faced this error Only Excercise 3
whats wrong with it??

1 Like