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