I submitted the assignment many times but cannot pass. The feedback I got is “Grader timed out”. I don’t know how much time I must be achieved, so I just suggest that the assignment should be added more description about the condition of time and memory usage, such as:
Time limit: 110 seconds
Maximum Memory: 100MB
Having this information, I can have a better plan to pass the assignment. I saw many problems in Competitive Programming that have the condition of time and memory.
UPDATE
I just changed some hyperparameters in the first conv layer and the third fully connected layer, so the total running time reduces to 93 seconds. I updated the output above. However, the grader still shows “Greader timed out”. I submitted at 9:54 PM +07, and got the error at 10:14 PM +07. It looks the same as my previous submissions.
I tried your advice. I reduced the number of kernels, which is less than 64, reduced the number of units in the Dense Layer. But I got the running time is larger, it is 128 seconds, and I cannot pass the assignment.
I saw many similar questions in Discussion forums on Coursera platform, but no staff reply. By using the same config, someone is passed, someone is not. So I think it is the problem from the assignment that is not well defined. I don’t know what constraints I must have in order to get a grade.
I am actually having the exact same problem as hungaya on this assignment. I only have one convolution layer and pooling layer, and the training exits when the accuracy hits 99.8%. I also have submitted it multiple times but cannot get it to pass.
reported this issue to coursera help centre. The representative asked me to try a few troubleshooting options. I’ve tried all but the grader issue still exists. The representative told me he/she has escalated it to their technical team.