Keraflow
Deep Learning for Python.
|
Zero-padding layer for (input_depth, input_row, input_col) inputs. More...
Public Member Functions | |
def | __init__ |
Zero-padding layer for (input_depth, input_row, input_col) inputs.
(nb_samples, input_depth, input_row, input_col)
(nb_samples, input_depth, input_row+2*pad[0], input_col+2*pad[1])
def keraflow.layers.convolution.ZeroPadding2D.__init__ | ( | self, | |
pad = (1,1 , |
|||
kwargs | |||
) |
pad | tuple. Number of zeros to pad at each dimension. For example (2, (1,3)) will pad 2 zeros at the beginning and the end of the first dimension, and pad 1 zero at the beginning and 3 zeros at the end of the second dimension. |
kwargs | see Layer.__init__. |