ZeroPadding | R Documentation |
Zero-padding layers
ZeroPadding1D(padding = 1, input_shape = NULL) ZeroPadding2D(padding = 1, data_format = NULL, input_shape = NULL) ZeroPadding3D(padding = 1, data_format = NULL, input_shape = NULL)
padding |
if one integer, the same symmetric padding is applied to width and height. If two, how many to add for height and width. |
input_shape |
only need when first layer of a model; sets the input shape of the data |
data_format |
A string, one of channels_last (default) or channels_first. |
Taylor B. Arnold, taylor.arnold@acm.org
Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.