I finished this assignment - got all passed - submitted it and it hung. I can’t seem to load the lab anymore. Tried everything. I keep getting load error. And, I can’t seem to find my code anymore. I suspect I left some of the print() statemetns in there. Please help unblock.
I have finished the entire course - the submission of this one completed assignment is pending and I can’t seem to load it now.
After some time (3 minutes or so?), the Chrome window errors out
Interestingly, all my other Coursera tabs error out at the same time - even ones where there are other labs without issues or ones where there is Coursera content
Here are some additional data points:
(1) I am not sure if this is a security setting or firewall issue. After hitting the problem, I was able to finish and submit all assignments of Week #4. This is the only assignment left to complete the course.
(2) I am able to start and do other courses from Coursera and DeepLearning.AI - on the same computer, same browser on a different tab.
(3) I rebooted. I cleaned browser cache and restarted things and retried - didn’t help
(4) I also tried Safari - with the same results - it got a bit farther but didn’t really completely load things successfully. Keeps failing
It’s been a few days and so this hasn’t quite resolved it by itself. Any thoughts on how to get resolved?
Thanks TMosh for the pointers so far. I will try from another computer and another network to see if that makes a difference.
If none of the above works and the problem doesn’t automatically resolve itself in a few days, are there escalations paths to DeepLearning.AI Technical Support that can help? Can you share any other pointers? I suspect this is a DeepLearning.AI or Coursera backend problem.
As suspected, whatever your solution is, or whatever code you have used is increasing the memory of the notebook so much that it not only hinders it in opening, but makes it difficult to grade. Look at the screenshot from your workspace. Your notebook memory is 206 MBs !
Thank you Mubsi - your steps helped resolve my issue and I was able to submit and complete this course. Much appreciated!
Thank you TMosh for the assist and redirect!
Gopal
PS: I believe I ended up have extra print() statements in the final portion of the assignment - which likely caused this issue. These were introduced for debugging and validating some of my assumptions but accidentally were left uncommented when submitting originally. So it is critical to not miss this instruction in the programming assignments:
Before submitting your assignment to the AutoGrader, please make sure you are not doing the following:
You have not added any extraprint statement(s) in the assignment.