Subprogramme
in Keras, it’s the same as steps in a tensor flow. You can use the strides argument in the tenorflow function tf.nn.conv2d () to implement this.
Subsample / strides tells you how much to move the filter in each dimension when performing a convolution. For example, with a step of 1 in each direction, you must transfer the filter to one for each convolution and create an output of the same size as the input (except for border filling effects). If the steps were set to 2, the result would be half the size of the original image.
source share