The grader tells me I am missing a layer-- So using the trick we are shown earlier in the lesson I modified the supplied code slight to find out ‘which layer is it’ ?
And so in this case we get to ‘see’ what the grader is looking for obviously is my Sequential layer (which must be data_augmenter)-- Yet I pass all the tests for that earlier function, and of course I include a reference to it in the model.
Thus I’m not sure what I might be doing wrong/missing here, or why it isn’t returning that sequential layer to me ?