Accuracy is Not going to 98%

Week # 2 graded assignment.

  • Description : I have done the graded assignment for week 2"Introduction to Computer Vision" in the course " Introduction to TensorFlow for Artificial Intelligence"
    I cant seem to get the 98% accuracy no matter what I do I have set the architecture of the model exactly as described in the solution given at the end but cant seem to get the required accuracy and thereby pass the assignment

this is what my model looks like

# GRADED FUNCTION: create_and_compile_model
def create_and_compile_model():
    # mentor edit: code removed

Please do not share your code on the forum. That is not allowed by the Code of Conduct.

If a mentor needs to see your code, they will contact you with instructions.

I have edited your post to remove the code.

Hopefully a mentor for that course will reply soon.

1 Like

I didn’t know that and will keep it in mind in the future. the issue was resolved by clicking the "Get Latest Version " after clicking the help icon of the notebook and running the whole code again

1 Like