Week 3
[Link] = [I want to add but it doesn’t let me add one]
I have made 4 submissions successively with different model architecture and all of them had parameters less than 1 million as pointed in the notebook.
Every time I get the kernel timeout error and it asks me to optimize my solution when it is already optimized.
The latest submission contained the hint solution architecture in the last cell of the notebook. And it still failed to grade it.
Requesting moderators to look into these screenshots and if required, I can share my notebook for reference too.
Hi @ShivamGada,
I’m sorry to hear you’re facing this issue. These tips might help: double-check that any unnecessary logging, debug print statements, or extra steps during training are turned off.
I’ll resubmit my solution to see if I encounter the same issue. In the meantime, feel free to privately share your notebook with the mentors so we can assist you in finding the problem more quickly. Before doing so, please ensure you’ve tried your best!
Hope this helps!
Hi @Alireza_Saei , thank you for your response. I somehow submitted the assignment. I did a few changes on the dataset though. I have implemented the caching, shuffling and prefetching code which is introduced in week 4’s assignment and used it on week 3’s assignment and then reran the model with it. And made a submission. At first, it failed but then I made another submission and that miraculously was graded!!
I have completed the course and I have received my certificate. Although, I would be interested in knowing what went wrong with the grading mechanism of week 3’s assignment.
I hope my solution(more like a way around) is valid for the assignment submission criteria.
Sometimes, resubmitting can resolve issues, as problems may be from grader initialization or other related things.
Btw, congratulations on completing the course and earning your certificate!
1 Like