I am getting below error that i could not able solve ,please help me to resolve
In your convolutional_model() function, what arguments did you use for the final Dense() layer?
{moderator edit: code removed}
You need to pass (F) to the Dense layer.
Also check that you used the correct syntax for the ReLU() layers.
Hint: It’s not an “activation”.