I don’t know what is the problem!
I am getting a SyntaxError when I run the happyModel()
Here’s what I use inside my model (here I put only the first two):
Thanks TMosh for the help. What I understood is that the problem is with the line before Conv2D which is: tfl.ZeroPadding2D(padding=3), right?
The thing that I didn’t get is how to separate every layer by commas. Would you please give an example to make it more clear to me? Thanks.