C4W1 CNN Example - CONV1, POOL1 shapes

Could someone explain, please, why are in the table sizes of CONV1 (28, 28, 8) and POOL1 (14, 14, 8)?
Am I wrong according to images bellow that it should be (28, 28, 6) and (14, 14, 6) sizes. And according to that, #ofparameters for CONV1 is 456… In the CNN Example CORRECTION slide there are not any changes according to my question.
Thank so much in advance for this clarifying.

1
2

1 Like

Good catch :medal_sports:. I will report this upstream to have the correction slide fixed.

1 Like