Course1 week 3. Programming asssignment

Hey I have done all the assignment work and it showing correct output everywhere but on submitting it, the grader output is 88/100. I want to know where I am going wrong.

1 Like

Hey @Prakhar , can you share your grader output ? Thanks.

Hey. So this is what I got in my grader output.
[ValidateApp | INFO] Validating ‘/home/jovyan/work/submitted/courseraLearner/W3A1/Planar_data_classification_with_one_hidden_layer.ipynb’
[ValidateApp | INFO] Executing notebook with kernel: python3
Tests failed on 1 cell(s)! These tests could be hidden. Please check your submission.

I think there is some problem with a single cell. But which cell is that I can’t figure out.

Thank you for sharing this. I’m going to DM you now for your solutions.

1 Like

For others looking for the answer, @Prakhar was using hard coded values in their assignment. While they help you pass the tests within the assignment, the autograder tests will fail.

Kindly refrain from using hardcoded values. Only do so when explicitly instructed in the assignment.

1 Like