{moderator edit - quiz question and answer removed}
Why is this wrong? Does padding also increase the number of layers or am I missing something here?
{moderator edit - quiz question and answer removed}
Why is this wrong? Does padding also increase the number of layers or am I missing something here?
Yes, what you are missing is that the padding value is added on each side. For example, pad = 1
would imply that the new dimension is greater by 2. So if pad = 2
, then the new dimension is greater by … wait for it … 4, right?
Ah omg complete brain fart on my end. Thanks!!!