For the linear algebra course of Math for Machine Learning:
Code that I wrote passes all tests but when I submit, I keep getting this errror-
- An unknown error has occurred: {“typeName”:“”,“code”:“resource_limit_error”,“description”:“Resource limit error.”}. Please try submitting again. If the problem still persists, please reach out to Coursera via our Help Center.
I’ve tried restarting and running the code again but each time, this same error occurs. It only happens for the T_rotation and nn_model exercises
Interesting. I’ve never seen that error before even from other posts on the forum. One thing that comes to mind is maybe you added some print statements that are generating a lot of output. Or maybe this is a server side problem with resource issues on the VM that you getting assigned to on the AWS side.
It is worth trying the submit again by removing your generated output. Try submitting using this sequence:
Kernel -> Restart and Clear Output
Save
Submit
The point is that the grader does not need to see your generated output: it only needs to call your functions and check the return values. Clearing the output makes the submission more efficient and use less resources.
Please try that and let us know if it makes any difference.
I have the same error. I’ve tried this and nothing solved
It’s possible that this is a server side problem, but I just submitted my version of that assignment (M4ML C1 W3) and it worked fine for me. Of course it may be that the problem is local to the AWS VM that you happened to get connected to and I got lucky and got a VM that is not having problems.
This thread is labelled with “coursera platform”, but I just wanted to double check that you are also using Coursera as opposed to the new DeepLearning.AI learning platform.
If it is Coursera, you could also try logging out and then back in again and retrying. If that helps, then it would mean my “bad VM” theory would be implicated.