Cell #16. Can’t compile the student’s code. Error: ValueError(‘Please provide to Input either a shape
or a tensor
argument. Note that shape
does not include the batch dimension.’)
My code is correct still 0/100
Any idea how to resolve this.
This is not a mistake in the assignment: it is caused by a mistake in your code. Now you need to find the mistake. It sounds like the issue is that you have not specified the input shape to the model. Note that just because your code runs with the test cases in the notebook does not mean that it is fully correct. The test cases that the grader uses may be different and something you have done is too specific to the case in the notebook. E.g. some form of “hard-coding” or referencing global variables or the like.