The Zombie detector programming assignment is yielding poor results and here’s the grading error : “Only 46.84% of the generated boxes match the ground truth boxes with a relative tolerance of 0.3.At least 70.00% are required to pass.”. Can one of the mentors take a look at my code (which I will DM privately) , and provide some feedback about where I am getting it wrong.
I suspect it has to do with the Checkpoints portion, but it could be elsewhere as well. I initially had a high loss but it eventually went below 1. I am unsure if the issue is with the training step. Any help/advice is much appreciated.
Hello @AnilA
Before checking your notebook, can you try using search tool to search similar post threads. Use Zombie Detection or C3_W2 assignment
There are thread response by me only to other learners notebook. Check if the point mentioned are as per your code, when you still face the issue let me know, I will have a look.
Regards
DP
I appreciate your response. I did review the other Q&A before posting. I’d appreciate if you can take a look and provide some guidance. I will DM you the notebook.
Hello @AnilA
KINDLY REFER THE BELOW LINK FOR SOME OF THE CORRECTIONS REQUIRED IN YOUR NOTEBOOK. I checked your notebook, you do not have same number of mistakes but very few. please go through the pointers mentioned
Regards
DP
Thank you @Deepti_Prasad . I reviewed your comments, went back to the class to review the concepts again and fixed the issues at my end. I appreciate your help.
Debugging yourself is one step ahead in programming for me which was always challenge. So great @AnilA
Your issue where in the image_path, in checkpoint path, otherwise most of the cell were pretty right.
Keep Learning!!!
Regards
DP