1. Learn
  2. /
  3. Courses
  4. /
  5. Image Processing with Keras in Python

Exercise

Calculate the size of convolutional layer output

Zero padding and strides affect the size of the output of a convolution.

What is the size of the output for an input of size 256 by 256, with a kernel of size 4 by 4, padding of 1 and strides of 2?

Instructions

50 XP

Possible answers