I am unable to make test cases written against model happyModel()
The problem is, the model I am returning has an input layer, though the test case does not expect this input layer in the model summary. I tried to remove the input layer but then I get a compilation error.
Please help me with what I am doing wrong here.
Hi @prakashjashnani25 ,
Input layer can be skipped as long as the input shape is specified at 1st layer.
Please check if you specified input_shape
argument.