After second line we are going to have kind of a dense layer of shape 26X26X32 and also it can be seen in model summary
Now notice the size of filter while adding second layer it is 3X3 and the layer is 3D. So how is mapping being done right here?
And the last doubt is there’s a feature comes out in model.summary() named Param. So, how can I calculate it manually?