__init__() missing 1 required positional argument: ‘units’ in CNN
I am trying to build a CNN for MNIST fashion, But not sure what is the issue here. I am getting thbis type error.. I have use Seuqential network,but MAxpooling and FLattena dn dense layers. But issue …